1
0
Fork 0

Fix a memleak with hash index lookup in AQL.

This commit is contained in:
Max Neunhoeffer 2014-09-08 11:01:03 +02:00
parent 12ece0ee5d
commit 06a525929c
1 changed files with 1 additions and 1 deletions

View File

@ -1129,7 +1129,7 @@ void IndexRangeBlock::readHashIndex () {
JsonHelper::getArrayElement(x._low._bound.json(), "value"), false);
// here x->_low->_bound = x->_high->_bound
searchValue._values[i] = *shaped;
TRI_Free(shaper->_memoryZone, shaped);
}
}