Changeset 1038 for trunk/dll/dircnrs.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/dircnrs.c

    r1037 r1038  
    24762476          LISTINFO *li;
    24772477          ULONG action = UM_ACTION;
    2478 # ifdef FORTIFY
    2479   Fortify_EnterScope();
    2480 # endif
    24812478          li = xmallocz(sizeof(LISTINFO), pszSrcFile, __LINE__);
    24822479          if (li) {
     
    25672564            else
    25682565              xfree(li, pszSrcFile, __LINE__);
    2569 # ifdef FORTIFY
    2570   Fortify_LeaveScope();
    2571 # endif
    25722566          }
    25732567        }
     
    33633357      FreeList(dcd->lastselection);
    33643358      xfree(dcd, pszSrcFile, __LINE__);
    3365 # ifdef FORTIFY
    3366       Fortify_LeaveScope(pszSrcFile, __LINE__);
    3367 # endif
    33683359      WinSetWindowPtr(hwnd, QWL_USER, NULL);
    33693360      DosPostEventSem(CompactSem);
Note: See TracChangeset for help on using the changeset viewer.