Changeset 1036 for trunk/dll/autoview.c
- Timestamp:
- Jul 2, 2008, 12:53:51 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/dll/autoview.c
r1032 r1036 418 418 } 419 419 xfree(ibuff, pszSrcFile, __LINE__); 420 # ifdef FORTIFY421 Fortify_LeaveScope();422 # endif423 420 } 424 421 DosClose(handle); … … 514 511 WinSetWindowText(hwndAutoview, pszBuf); 515 512 xfree(pszBuf, pszSrcFile, __LINE__); 516 # ifdef FORTIFY517 Fortify_LeaveScope();518 # endif519 513 } 520 514 } … … 551 545 (PVOID) & eaop, (ULONG) sizeof(EAOP2)); 552 546 xfree(pgealist, pszSrcFile, __LINE__); 553 # ifdef FORTIFY554 Fortify_LeaveScope();555 # endif556 547 if (!rc) { 557 548 pfea = &eaop.fpFEA2List->list[0]; … … 683 674 WinTerminate(hab2); 684 675 # ifdef FORTIFY 685 xFortify_LeaveScope(pszSrcFile, __LINE__);676 Fortify_LeaveScope(pszSrcFile, __LINE__); 686 677 # endif 687 678 }
Note:
See TracChangeset
for help on using the changeset viewer.