Changeset 1029 for trunk/dll/mainwnd.c
- Timestamp:
- Jun 23, 2008, 3:30:16 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/dll/mainwnd.c
r1027 r1029 56 56 29 Feb 08 GKY Use xfree where appropriate 57 57 19 Jun 08 JBS Ticket 227: Allow temporary saving/deleting of the shutdown state of directory containers 58 22 Jun 08 GKY Use free_... functions for fortify checking 58 59 59 60 ***********************************************************************/ … … 76 77 #include "comp.h" 77 78 #include "datamin.h" 78 #include "pathutil.h" 79 #include "pathutil.h" // BldQuotedFileName 79 80 #include "errutil.h" // Dos_Error... 80 81 #include "strutil.h" // GetPString 81 #include "notebook.h" 82 #include "notebook.h" // CfgDlgProc CfgMenuInit 82 83 #include "command.h" // LINKCMDS 83 84 #include "fm3dll.h" 85 #include "avl.h" // free_archivers 84 86 85 87 #include "fortify.h" … … 6355 6357 WinSendMsg((HWND) 0, WM_QUIT, MPVOID, MPVOID); 6356 6358 # ifdef FORTIFY 6359 free_commands(); 6360 free_associations(); 6361 free_udir(); 6362 free_ldir(); 6363 free_archivers(); 6357 6364 Fortify_LeaveScope(); 6358 6365 # endif
Note:
See TracChangeset
for help on using the changeset viewer.