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

    r1029 r1036  
    12581258        }
    12591259        xfree(vw, pszSrcFile, __LINE__);
    1260 # ifdef FORTIFY
    1261   Fortify_LeaveScope();
    1262 # endif
    12631260      }
    12641261      if (!dontclose &&
     
    12701267      }
    12711268    }
     1269# ifdef FORTIFY
     1270  Fortify_LeaveScope();
     1271# endif
    12721272    break;
    12731273  }
Note: See TracChangeset for help on using the changeset viewer.