1
0
mirror of https://gitlab.com/OpenMW/openmw.git synced 2025-02-10 12:39:53 +00:00

fix 2 unrelated leaks

This commit is contained in:
scrawl 2012-12-16 00:47:29 +01:00
parent 18623a5efe
commit a3bd3a40ca

View File

@ -225,6 +225,8 @@ WindowManager::~WindowManager()
delete mSpellCreationDialog;
delete mEnchantingDialog;
delete mTrainingWindow;
delete mCountDialog;
delete mQuickKeysMenu;
cleanupGarbage();