Changeset 1032 for trunk/dll/autoview.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/autoview.c

    r1029 r1032  
    668668      }
    669669      else {
     670# ifdef FORTIFY
     671  Fortify_EnterScope();
     672# endif
    670673        WinSetWindowULong(hwndAutoObj, QWL_USER, hwndParent);
    671674        priority_normal();
     
    677680      WinDestroyMsgQueue(hmq2);
    678681    }
    679     else
    680       WinTerminate(hab2);
     682    // else
     683    WinTerminate(hab2);
     684# ifdef FORTIFY
     685    xFortify_LeaveScope(pszSrcFile, __LINE__);
     686# endif
    681687  }
    682688}
Note: See TracChangeset for help on using the changeset viewer.