Rémi Bernon (@rbernon) commented about dlls/comctl32/datetime.c:
if (infoPtr->hMonthCal) DestroyWindow(infoPtr->hMonthCal); SetWindowLongPtrW( infoPtr->hwndSelf, 0, 0 ); /* clear infoPtr */
- Free (infoPtr->buflen);
- Free (infoPtr->fieldRect);
- Free (infoPtr->fieldspec);
- Free (infoPtr);
- free (infoPtr->buflen);
- free (infoPtr->fieldRect);
- free (infoPtr->fieldspec);
- free (infoPtr);
Most of these are still allocated with Alloc above.