Changeset 1037 for trunk/dll/mainwnd.c


Ignore:
Timestamp:
Jul 4, 2008, 6:39:08 PM (17 years ago)
Author:
Gregg Young
Message:

Newview is used used when view is selected from menus in dircnrs, collector, arccnrs etc (ticket 244); Removed Fortify_Leavescope wrapper other minor fortify changes.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dll/mainwnd.c

    r1036 r1037  
    63546354      WinSendMsg((HWND) 0, WM_QUIT, MPVOID, MPVOID);
    63556355# ifdef FORTIFY
    6356   xFortify_LeaveScope( pszSrcFile, __LINE__);
     6356  free_commands();
     6357  free_associations();
     6358  free_udirs();
     6359  free_ldir();
     6360  free_archivers();
     6361  free_tools();
     6362  Fortify_LeaveScope();
    63576363# endif
    63586364    break;
Note: See TracChangeset for help on using the changeset viewer.