Changeset 1018 for trunk/dll/arccnrs.c


Ignore:
Timestamp:
May 26, 2008, 9:34:56 PM (17 years ago)
Author:
Gregg Young
Message:

Additional fortify scopes mostly for "lists"

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dll/arccnrs.c

    r1017 r1018  
    28972897        {
    28982898          LISTINFO *li;
    2899 
     2899# ifdef FORTIFY
     2900  Fortify_EnterScope();
     2901# endif
    29002902          li = xmallocz(sizeof(LISTINFO), pszSrcFile, __LINE__);
    29012903          if (li) {
     
    29702972                UnHilite(hwnd, TRUE, &dcd->lastselection, 0);
    29712973            }
    2972             else
     2974            else
    29732975              xfree(li, pszSrcFile, __LINE__);
     2976# ifdef FORTIFY
     2977  Fortify_LeaveScope();
     2978# endif
    29742979          }
    29752980        }
Note: See TracChangeset for help on using the changeset viewer.