mirror of
https://github.com/aharabada/glitchy-engine-beef.git
synced 2026-09-05 21:01:52 +00:00
Fixed memory leak
This commit is contained in:
@@ -149,7 +149,11 @@ namespace GlitchyEditor
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
private GlobalDragDropTarget _dragDropTarget ~ _?.ReleaseRef();
|
private GlobalDragDropTarget _dragDropTarget ~
|
||||||
|
{
|
||||||
|
_.Unregister();
|
||||||
|
_?.ReleaseRef();
|
||||||
|
}
|
||||||
|
|
||||||
[AllowAppend]
|
[AllowAppend]
|
||||||
public this(String[] args, EditorContentManager contentManager) : base("Editor")
|
public this(String[] args, EditorContentManager contentManager) : base("Editor")
|
||||||
|
|||||||
Reference in New Issue
Block a user