1
0
Fork 1
mirror of https://github.com/TES3MP/openmw-tes3mp.git synced 2025-02-06 01:45:33 +00:00

Fix memory leak in WindowManager

This commit is contained in:
Miloslav Číž 2017-11-18 19:27:09 +01:00
parent 36f4f0ef85
commit ea2bbce68a

View file

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