From 3b8533f0335e0482648bf472feecdd25b386b025 Mon Sep 17 00:00:00 2001 From: Pietro Gagliardi Date: Thu, 4 Jun 2015 15:17:23 -0400 Subject: [PATCH] Forgot to uninit the util window. --- redo/windows/init.c | 1 + 1 file changed, 1 insertion(+) 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();