mirror of https://gitee.com/bigwinds/arangodb
issue #151: memleak when compactifying collections
This commit is contained in:
parent
b95b25d621
commit
ee63680c57
|
@ -196,6 +196,7 @@ static void RemoveDatafileCallback (TRI_datafile_t* datafile, void* data) {
|
|||
}
|
||||
}
|
||||
|
||||
TRI_FreeDatafile(datafile);
|
||||
TRI_FreeString(TRI_CORE_MEM_ZONE, filename);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue