Changeset 1038 for trunk/dll/arccnrs.c
- Timestamp:
- Jul 4, 2008, 10:33:59 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/dll/arccnrs.c
r1037 r1038 337 337 psz = pai->pszFileName; 338 338 pai->pszFileName = NullStr; 339 free(psz); 339 340 # 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(); 346 342 # endif 347 343 }
Note:
See TracChangeset
for help on using the changeset viewer.