Changeset 1039 for trunk/eas.c


Ignore:
Timestamp:
Jul 6, 2008, 12:16:21 AM (17 years ago)
Author:
Gregg Young
Message:

Removed unnecessary xfrees and included fortify.h where needed; moved several misplaced (x)frees;

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/eas.c

    r1011 r1039  
    7575    WinTerminate(hab);
    7676  }
    77   if (list)
    78     xfree(list, pszSrcFile, __LINE__);
     77  xfree(list, pszSrcFile, __LINE__);
    7978  return 0;
    8079}
Note: See TracChangeset for help on using the changeset viewer.