Changeset 1009 for trunk/dll/shadow.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/shadow.c

    r985 r1009  
    5757              (path) ? ";STARTUPDIR=" : "", (path) ? path : "", objtitle);
    5858      WinSetObjectData(obj, s);
    59       xfree(s);
     59      xfree(s, pszSrcFile, __LINE__);
    6060    }
    6161  }
     
    158158                          objtitle,
    159159                          s, (location) ? location : cnr, CO_FAILIFEXISTS);
    160     xfree(s);
     160    xfree(s, pszSrcFile, __LINE__);
    161161  }
    162162  return obj;
Note: See TracChangeset for help on using the changeset viewer.