Merge pull request #1553 from drummyfish/leakfix

Fix memory leak in WindowManager
new-script-api
scrawl 7 years ago committed by GitHub
commit 39a9e90b1d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -530,6 +530,7 @@ namespace MWGui
delete mDragAndDrop;
delete mSoulgemDialog;
delete mCursorManager;
delete mToolTips;
cleanupGarbage();

Loading…
Cancel
Save