Qt: Fix tile cache leaking

This commit is contained in:
Vicki Pfau 2017-06-18 08:40:20 -07:00
parent 0f356a9582
commit ec0ed4159b
1 changed files with 1 additions and 0 deletions

View File

@ -162,6 +162,7 @@ GameController::GameController(QObject* parent)
default:
break;
}
mTileCacheDeinit(controller->m_tileCache.get());
controller->m_tileCache.reset();
}