Changeset 1009 for trunk/dll/shadow.c
- Timestamp:
- May 10, 2008, 9:51:58 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/dll/shadow.c
r985 r1009 57 57 (path) ? ";STARTUPDIR=" : "", (path) ? path : "", objtitle); 58 58 WinSetObjectData(obj, s); 59 xfree(s );59 xfree(s, pszSrcFile, __LINE__); 60 60 } 61 61 } … … 158 158 objtitle, 159 159 s, (location) ? location : cnr, CO_FAILIFEXISTS); 160 xfree(s );160 xfree(s, pszSrcFile, __LINE__); 161 161 } 162 162 return obj;
Note:
See TracChangeset
for help on using the changeset viewer.