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

    r1017 r1036  
    435435    return;
    436436  }
     437# ifdef FORTIFY
     438  Fortify_EnterScope();
     439# endif
    437440
    438441  hwndCnr = dirsize->hwndCnr;
     
    458461    WinTerminate(hab);
    459462  }
     463
     464  xfree(dirsize, pszSrcFile, __LINE__);
     465# ifdef FORTIFY
     466  //Fortify_LeaveScope(pszSrcFile, __LINE__);
     467# endif
    460468  PostMsg(WinQueryWindow(hwndCnr, QW_PARENT),
    461469          UM_CONTAINER_FILLED, MPVOID, MPVOID);
    462   xfree(dirsize, pszSrcFile, __LINE__);
    463470}
    464471
Note: See TracChangeset for help on using the changeset viewer.