mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-09-14 15:00:18 -04:00
fixed a memory leak
This commit is contained in:
parent
a8d9aa98b1
commit
e9e30c0fce
@ -199,6 +199,7 @@ WindowManager::~WindowManager()
|
|||||||
delete mConfirmationDialog;
|
delete mConfirmationDialog;
|
||||||
delete mAlchemyWindow;
|
delete mAlchemyWindow;
|
||||||
delete mSpellWindow;
|
delete mSpellWindow;
|
||||||
|
delete mLoadingScreen;
|
||||||
|
|
||||||
cleanupGarbage();
|
cleanupGarbage();
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user