Changeset 1009 for trunk/dll/loadbmp.c


Ignore:
Timestamp:
May 10, 2008, 9:51:58 AM (17 years ago)
Author:
Steven Levine
Message:

Add xfree xstrdup Fortify support
Add MT capable Fortify scope logic

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dll/loadbmp.c

    r1001 r1009  
    345345ExitLoadBMP:
    346346
    347   xfree(pData);
    348   xfree(pbmafh2);
     347  xfree(pData, pszSrcFile, __LINE__);
     348  xfree(pbmafh2, pszSrcFile, __LINE__);
    349349  if (pf)
    350350    fclose(pf);
Note: See TracChangeset for help on using the changeset viewer.