mirror of
https://github.com/TES3MP/openmw-tes3mp.git
synced 2025-01-30 06:15:32 +00:00
Merge pull request #1553 from drummyfish/leakfix
Fix memory leak in WindowManager
This commit is contained in:
commit
39a9e90b1d
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