mirror of
https://github.com/TES3MP/openmw-tes3mp.git
synced 2025-01-19 22:23:51 +00:00
fix 2 unrelated leaks
This commit is contained in:
parent
18623a5efe
commit
a3bd3a40ca
1 changed files with 2 additions and 0 deletions
|
@ -225,6 +225,8 @@ WindowManager::~WindowManager()
|
|||
delete mSpellCreationDialog;
|
||||
delete mEnchantingDialog;
|
||||
delete mTrainingWindow;
|
||||
delete mCountDialog;
|
||||
delete mQuickKeysMenu;
|
||||
|
||||
cleanupGarbage();
|
||||
|
||||
|
|
Loading…
Reference in a new issue