More windows/newcontrol.c migration.

This commit is contained in:
Pietro Gagliardi 2015-04-16 01:53:23 -04:00
parent dcc1a503c4
commit b199f1dee4
1 changed files with 0 additions and 1 deletions

View File

@ -163,7 +163,6 @@ static LRESULT CALLBACK singleSubclassProc(HWND hwnd, UINT uMsg, WPARAM wParam,
case WM_DESTROY:
(*(s->onWM_DESTROY))(c);
uiFree(s);
uiFree(c);
break;
case WM_NCDESTROY:
if ((*fv_RemoveWindowSubclass)(hwnd, singleSubclassProc, uIdSubclass) == FALSE)