mirror of https://gitee.com/bigwinds/arangodb
fixed a memleak
This commit is contained in:
parent
1167c2473f
commit
029c840b09
|
@ -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 () {
|
||||
|
|
Loading…
Reference in New Issue