Changeset 1029 for trunk/dll/dircnrs.c
- Timestamp:
- Jun 23, 2008, 3:30:16 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/dll/dircnrs.c
r1028 r1029 39 39 11 May 08 SHL Add stale dcd sanity checks 40 40 21 Jun 08 GKY Fix columns to honor preferences on new container open. 41 22 Jun 08 GKY Included free_... functions for fortify checking 41 42 42 43 ***********************************************************************/ … … 64 65 #include "command.h" // RunCommand 65 66 #include "fm3dll.h" 67 #include "avl.h" // free_archivers 66 68 #include "fortify.h" 67 69 … … 3315 3317 (INT)mp1, (CHAR *)mp2, dcd->hwndFrame); 3316 3318 xfree((CHAR *)mp2, pszSrcFile, __LINE__); 3319 # ifdef FORTIFY 3320 Fortify_LeaveScope(); 3321 # endif 3317 3322 return MRFROMLONG(ret); 3318 3323 } … … 3356 3361 xfree(dcd, pszSrcFile, __LINE__); 3357 3362 # ifdef FORTIFY 3363 free_commands(); 3364 free_associations(); 3365 free_udir(); 3366 free_ldir(); 3367 free_archivers(); 3358 3368 Fortify_LeaveScope(); 3359 3369 # endif
Note:
See TracChangeset
for help on using the changeset viewer.