mirror of
https://github.com/OpenMW/openmw.git
synced 2025-01-30 20:15:35 +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 mSoulgemDialog;
|
||||
delete mCursorManager;
|
||||
delete mToolTips;
|
||||
|
||||
cleanupGarbage();
|
||||
|
||||
|
|
Loading…
Reference in a new issue