Changeset 1038 for trunk/dll/arccnrs.c


Ignore:
Timestamp:
Jul 4, 2008, 10:33:59 PM (17 years ago)
Author:
Gregg Young
Message:

More fortify cleanup

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dll/arccnrs.c

    r1037 r1038  
    337337    psz = pai->pszFileName;
    338338    pai->pszFileName = NullStr;
     339    free(psz);
    339340# ifdef FORTIFY
    340     xfree(psz, pszSrcFile, __LINE__);
    341 # else
    342     free(psz);
    343 # endif
    344 # ifdef FORTIFY
    345   Fortify_LeaveScope(pszSrcFile, __LINE__);
     341  Fortify_LeaveScope();
    346342# endif
    347343  }
Note: See TracChangeset for help on using the changeset viewer.