Plug memory leak in ObjectRepository

This commit is contained in:
Michał Janiszewski 2016-09-19 19:34:08 +02:00 committed by Ted John
parent 8afaf33b1c
commit b90f27a971
1 changed files with 1 additions and 0 deletions

View File

@ -846,6 +846,7 @@ extern "C"
Memory::Free(chunkData);
return false;
}
Memory::Free(chunkData);
return true;
}