Forgot to uninit the util window.

This commit is contained in:
Pietro Gagliardi 2015-06-04 15:17:23 -04:00
parent 6a7d0d87eb
commit 3b8533f033
1 changed files with 1 additions and 0 deletions

View File

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