1
0
Fork 0

issue #151: memleak when compactifying collections

This commit is contained in:
Jan Steemann 2012-08-14 10:34:05 +02:00
parent b95b25d621
commit ee63680c57
1 changed files with 1 additions and 0 deletions

View File

@ -196,6 +196,7 @@ static void RemoveDatafileCallback (TRI_datafile_t* datafile, void* data) {
}
}
TRI_FreeDatafile(datafile);
TRI_FreeString(TRI_CORE_MEM_ZONE, filename);
}