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

    r1032 r1036  
    418418                }
    419419                xfree(ibuff, pszSrcFile, __LINE__);
    420 # ifdef FORTIFY
    421   Fortify_LeaveScope();
    422 # endif
    423420              }
    424421              DosClose(handle);
     
    514511                  WinSetWindowText(hwndAutoview, pszBuf);
    515512                xfree(pszBuf, pszSrcFile, __LINE__);
    516 # ifdef FORTIFY
    517   Fortify_LeaveScope();
    518 # endif
    519513              }
    520514            }
     
    551545                                    (PVOID) & eaop, (ULONG) sizeof(EAOP2));
    552546              xfree(pgealist, pszSrcFile, __LINE__);
    553 # ifdef FORTIFY
    554   Fortify_LeaveScope();
    555 # endif
    556547              if (!rc) {
    557548                pfea = &eaop.fpFEA2List->list[0];
     
    683674    WinTerminate(hab2);
    684675# ifdef FORTIFY
    685     xFortify_LeaveScope(pszSrcFile, __LINE__);
     676    Fortify_LeaveScope(pszSrcFile, __LINE__);
    686677# endif
    687678  }
Note: See TracChangeset for help on using the changeset viewer.