mirror of https://gitlab.com/nakst/essence
fix memory leak
This commit is contained in:
parent
15a97f10d9
commit
7b498506b8
|
@ -765,6 +765,7 @@ void UIWindowDestroy(EsWindow *window) {
|
|||
EsSyscall(ES_SYSCALL_WINDOW_CLOSE, window->handle, 0, 0, 0);
|
||||
EsHandleClose(window->handle);
|
||||
window->checkVisible.Free();
|
||||
window->sizeAlternatives.Free();
|
||||
EsAssert(!window->dialogs.Length());
|
||||
window->dialogs.Free();
|
||||
window->handle = ES_INVALID_HANDLE;
|
||||
|
|
Loading…
Reference in New Issue