Changeset 1036 for trunk/dll/comp.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/comp.c

    r1032 r1036  
    316316      WinTerminate(hab2);
    317317# ifdef FORTIFY
    318       xFortify_LeaveScope(pszSrcFile, __LINE__);
     318      Fortify_LeaveScope(pszSrcFile, __LINE__);
    319319# endif
    320320    }
     
    694694    WinTerminate(hab);
    695695# ifdef FORTIFY
    696     xFortify_LeaveScope(pszSrcFile, __LINE__);
     696    Fortify_LeaveScope(pszSrcFile, __LINE__);
    697697# endif
    698698  }
     
    759759    WinTerminate(hab);
    760760# ifdef FORTIFY
    761     xFortify_LeaveScope(pszSrcFile, __LINE__);
     761    Fortify_LeaveScope(pszSrcFile, __LINE__);
    762762# endif
    763763  }
     
    21172117
    21182118# ifdef FORTIFY
    2119   xFortify_LeaveScope(pszSrcFile, __LINE__);
     2119  Fortify_LeaveScope(pszSrcFile, __LINE__);
    21202120# endif
    21212121
Note: See TracChangeset for help on using the changeset viewer.