Changeset 1039 for trunk/dll/info.c
- Timestamp:
- Jul 6, 2008, 12:16:21 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/dll/info.c
r1009 r1039 44 44 #include "strutil.h" // GetPString 45 45 #include "fm3dll.h" 46 #include "fortify.h" 46 47 47 48 #pragma data_seg(DATA1) … … 464 465 if (pis->lasthwndMenu) 465 466 WinDestroyWindow(pis->lasthwndMenu); 466 xfree(pis, pszSrcFile, __LINE__);467 free(pis); 467 468 return oldproc(hwnd, msg, mp1, mp2); 468 469 }
Note:
See TracChangeset
for help on using the changeset viewer.