Changeset 985 for trunk/dll/info.c
- Timestamp:
- Mar 1, 2008, 2:37:14 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/dll/info.c
r907 r985 24 24 27 Sep 07 SHL Correct ULONGLONG size formatting 25 25 30 Dec 07 GKY Use CommaFmtULL 26 29 Feb 08 GKY Use xfree where appropriate 26 27 27 28 ***********************************************************************/ … … 463 464 if (pis->lasthwndMenu) 464 465 WinDestroyWindow(pis->lasthwndMenu); 465 free(pis);466 xfree(pis); 466 467 return oldproc(hwnd, msg, mp1, mp2); 467 468 } … … 882 883 case WM_DESTROY: 883 884 pfs = WinQueryWindowPtr(hwnd, QWL_USER); 884 if (pfs) 885 free(pfs); 885 xfree(pfs); 886 886 break; 887 887 }
Note:
See TracChangeset
for help on using the changeset viewer.