Forgot to uninit the util window.
This commit is contained in:
parent
6a7d0d87eb
commit
3b8533f033
|
@ -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();
|
||||
|
|
Loading…
Reference in New Issue