mirror of
https://github.com/TES3MP/TES3MP.git
synced 2025-09-28 07:32:00 -04:00
fix 2 unrelated leaks
This commit is contained in:
parent
18623a5efe
commit
a3bd3a40ca
@ -225,6 +225,8 @@ WindowManager::~WindowManager()
|
|||||||
delete mSpellCreationDialog;
|
delete mSpellCreationDialog;
|
||||||
delete mEnchantingDialog;
|
delete mEnchantingDialog;
|
||||||
delete mTrainingWindow;
|
delete mTrainingWindow;
|
||||||
|
delete mCountDialog;
|
||||||
|
delete mQuickKeysMenu;
|
||||||
|
|
||||||
cleanupGarbage();
|
cleanupGarbage();
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user