forked from mirror/openmw-tes3mp
Fix memory leak in WindowManager
This commit is contained in:
parent
36f4f0ef85
commit
ea2bbce68a
1 changed files with 1 additions and 0 deletions
|
@ -530,6 +530,7 @@ namespace MWGui
|
||||||
delete mDragAndDrop;
|
delete mDragAndDrop;
|
||||||
delete mSoulgemDialog;
|
delete mSoulgemDialog;
|
||||||
delete mCursorManager;
|
delete mCursorManager;
|
||||||
|
delete mToolTips;
|
||||||
|
|
||||||
cleanupGarbage();
|
cleanupGarbage();
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue