mirror of
https://github.com/reactos/wine.git
synced 2025-03-03 18:28:58 +00:00
comctl32: Free the trackbar tics.
This commit is contained in:
parent
83004cdd1e
commit
b04ae273de
@ -1453,6 +1453,9 @@ TRACKBAR_Destroy (TRACKBAR_INFO *infoPtr)
|
||||
if (infoPtr->hwndToolTip)
|
||||
DestroyWindow (infoPtr->hwndToolTip);
|
||||
|
||||
Free (infoPtr->tics);
|
||||
infoPtr->tics = NULL;
|
||||
|
||||
SetWindowLongPtrW (infoPtr->hwndSelf, 0, 0);
|
||||
CloseThemeData (GetWindowTheme (infoPtr->hwndSelf));
|
||||
Free (infoPtr);
|
||||
|
Loading…
x
Reference in New Issue
Block a user