diff --git a/redo/windows/init.c b/redo/windows/init.c index 41ee3dcb..8a9c1cf5 100644 --- a/redo/windows/init.c +++ b/redo/windows/init.c @@ -176,6 +176,7 @@ void uiUninit(void) logLastError("error deleting control font in uiUninit()"); unregisterWindowClass(); // no need to delete the default icon or cursor; see http://stackoverflow.com/questions/30603077/ + uninitUtilWindow(); uninitResizes(); uninitTypes(); uninitAlloc();