mirror of
https://github.com/OpenMW/openmw.git
synced 2025-06-19 19:41:33 +00:00
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