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

    r1032 r1036  
    7777    xfree(li, pszSrcFile, __LINE__);
    7878# ifdef FORTIFY
    79   Fortify_LeaveScope();
     79  //Fortify_LeaveScope();
    8080# endif
    8181  }
     
    102102    xfree(list, pszSrcFile, __LINE__);
    103103# ifdef FORTIFY
    104   Fortify_LeaveScope();
     104  //Fortify_LeaveScope();
    105105# endif
    106106  }
Note: See TracChangeset for help on using the changeset viewer.