mirror of
https://github.com/MariaDB/server.git
synced 2025-02-02 03:51:50 +01:00
Whoops, freed something not malloced
git-svn-id: file:///svn/tokudb@167 c7de825b-a66e-492c-adef-691d508d4ae1
This commit is contained in:
parent
e4b74436d7
commit
b730b03a47
1 changed files with 0 additions and 1 deletions
|
@ -124,7 +124,6 @@ int serialize_brtnode_to(int fd, diskoff off, diskoff size, BRTNODE node) {
|
|||
|
||||
//printf("%s:%d wrote %d bytes for %lld size=%lld\n", __FILE__, __LINE__, w.ndone, off, size);
|
||||
assert(w.ndone<=size);
|
||||
toku_free(w.buf);
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue