1
0
Fork 0

fix finding

This commit is contained in:
Jan Christoph Uhde 2017-05-15 12:33:19 +02:00
parent ea386b605f
commit 02b6f96f54
1 changed files with 1 additions and 0 deletions

View File

@ -83,6 +83,7 @@ Finding::~Finding() {
void Finding::release() {
if (_value != nullptr) {
_value->release();
_value = nullptr;
}
}