Changeset 1037 for trunk/dll/mainwnd.c
- Timestamp:
- Jul 4, 2008, 6:39:08 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/dll/mainwnd.c
r1036 r1037 6354 6354 WinSendMsg((HWND) 0, WM_QUIT, MPVOID, MPVOID); 6355 6355 # ifdef FORTIFY 6356 xFortify_LeaveScope( pszSrcFile, __LINE__); 6356 free_commands(); 6357 free_associations(); 6358 free_udirs(); 6359 free_ldir(); 6360 free_archivers(); 6361 free_tools(); 6362 Fortify_LeaveScope(); 6357 6363 # endif 6358 6364 break;
Note:
See TracChangeset
for help on using the changeset viewer.