fix memory leak

This commit is contained in:
nakst 2021-09-26 18:49:18 +01:00
parent 15a97f10d9
commit 7b498506b8
1 changed files with 1 additions and 0 deletions

View File

@ -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;