Changeset 1063 for trunk/dll/arccnrs.c
- Timestamp:
- Jul 11, 2008, 5:33:36 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/dll/arccnrs.c
r1040 r1063 338 338 pai->pszFileName = NullStr; 339 339 free(psz); 340 # ifdef FORTIFY341 Fortify_LeaveScope();342 # endif343 340 } 344 341 } … … 2008 2005 WinSendMsg(dcd->hwndCnr, UM_CLOSE, MPVOID, MPVOID); 2009 2006 free(dcd); 2010 # ifdef FORTIFY2011 Fortify_LeaveScope();2012 # endif2007 # ifdef FORTIFY 2008 Fortify_LeaveScope(); 2009 # endif 2013 2010 WinSetWindowPtr(dcd->hwndCnr, QWL_USER, NULL); 2014 2011 } … … 2914 2911 { 2915 2912 LISTINFO *li; 2916 # ifdef FORTIFY2917 Fortify_EnterScope();2918 # endif2913 # ifdef FORTIFY 2914 Fortify_EnterScope(); 2915 # endif 2919 2916 li = xmallocz(sizeof(LISTINFO), pszSrcFile, __LINE__); 2920 2917 if (li) { … … 2991 2988 else 2992 2989 free(li); 2993 # ifdef FORTIFY2994 Fortify_LeaveScope();2995 # endif2990 # ifdef FORTIFY 2991 Fortify_LeaveScope(); 2992 # endif 2996 2993 } 2997 2994 } … … 3464 3461 idinc = 0; 3465 3462 WinSetWindowUShort(hwndFrame, QWS_ID, id); 3466 # ifdef FORTIFY3467 Fortify_EnterScope();3468 # endif3463 # ifdef FORTIFY 3464 Fortify_EnterScope(); 3465 # endif 3469 3466 dcd = xmallocz(sizeof(DIRCNRDATA), pszSrcFile, __LINE__); 3470 3467 if (!dcd) { … … 3551 3548 PostMsg(hwndClient, WM_CLOSE, MPVOID, MPVOID); 3552 3549 free(dcd); 3553 # ifdef FORTIFY3554 Fortify_LeaveScope();3555 # endif3550 # ifdef FORTIFY 3551 Fortify_LeaveScope(); 3552 # endif 3556 3553 hwndFrame = (HWND) 0; 3557 3554 }
Note:
See TracChangeset
for help on using the changeset viewer.