Changeset 985 for trunk/dll/mainwnd2.c
- Timestamp:
- Mar 1, 2008, 2:37:14 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/dll/mainwnd2.c
r953 r985 23 23 19 Jan 08 GKY Rework Utilities menu 24 24 14 Feb 08 SHL Rework to support settings menu conditional cascade 25 29 Feb 08 GKY Use xfree where appropriate 25 26 26 27 ***********************************************************************/ … … 1347 1348 hwndMain = (HWND) 0; 1348 1349 pd = WinQueryWindowPtr(hwnd, QWL_USER + 4); 1349 if (pd) 1350 free(pd); 1350 xfree(pd); 1351 1351 if (!PostMsg((HWND) 0, WM_QUIT, MPVOID, MPVOID)) 1352 1352 WinSendMsg((HWND) 0, WM_QUIT, MPVOID, MPVOID);
Note:
See TracChangeset
for help on using the changeset viewer.