Changeset 1032 for trunk/dll/mainwnd.c


Ignore:
Timestamp:
Jun 30, 2008, 4:55:36 AM (17 years ago)
Author:
Gregg Young
Message:

Fortify updates including a leave scope wrapper which frees and in some cases reloads commands, archivers, association, etc.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dll/mainwnd.c

    r1031 r1032  
    63646364      WinSendMsg((HWND) 0, WM_QUIT, MPVOID, MPVOID);
    63656365# ifdef FORTIFY
    6366   free_commands();
    6367   free_associations();
    6368   free_udir();
    6369   free_ldir();
    6370   free_archivers();
    6371   Fortify_LeaveScope();
     6366  Fortify_LeaveScope( pszSrcFile, __LINE__);
    63726367# endif
    63736368    break;
Note: See TracChangeset for help on using the changeset viewer.