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()");
|
logLastError("error deleting control font in uiUninit()");
|
||||||
unregisterWindowClass();
|
unregisterWindowClass();
|
||||||
// no need to delete the default icon or cursor; see http://stackoverflow.com/questions/30603077/
|
// no need to delete the default icon or cursor; see http://stackoverflow.com/questions/30603077/
|
||||||
|
uninitUtilWindow();
|
||||||
uninitResizes();
|
uninitResizes();
|
||||||
uninitTypes();
|
uninitTypes();
|
||||||
uninitAlloc();
|
uninitAlloc();
|
||||||
|
|
Loading…
Reference in New Issue