Changeset 1036 for trunk/dll/dircnrs.c


Ignore:
Timestamp:
Jul 2, 2008, 12:53:51 AM (17 years ago)
Author:
Gregg Young
Message:

More fortify changes eliminated the leave scope wrapper except in mainwnd.c Wrapper only unlaods stuuff (archivers, commands, etc

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dll/dircnrs.c

    r1032 r1036  
    24962496              break;
    24972497            }
     2498# ifdef FORTIFY
     2499  Fortify_EnterScope();
     2500# endif
    24982501            if (li->list) {
    24992502              if (SHORT1FROMMP(mp1) == IDM_COLLECTFROMFILE) {
     
    33613364      xfree(dcd, pszSrcFile, __LINE__);
    33623365# ifdef FORTIFY
    3363       xFortify_LeaveScope(pszSrcFile, __LINE__);
     3366      Fortify_LeaveScope(pszSrcFile, __LINE__);
    33643367# endif
    33653368      WinSetWindowPtr(hwnd, QWL_USER, NULL);
Note: See TracChangeset for help on using the changeset viewer.