1
0
Fork 0

fixed a memleak

This commit is contained in:
Jan Steemann 2012-10-09 14:49:45 +02:00
parent 1167c2473f
commit 029c840b09
1 changed files with 1 additions and 1 deletions

View File

@ -223,7 +223,7 @@ struct DocumentCreationTest : public BenchmarkOperation {
}
~DocumentCreationTest () {
TRI_Free(TRI_UNKNOWN_MEM_ZONE, _buffer);
TRI_FreeStringBuffer(TRI_UNKNOWN_MEM_ZONE, _buffer);
}
string collectionName () {