Changeset 1039 for trunk/dll/shadow.c
- Timestamp:
- Jul 6, 2008, 12:16:21 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/dll/shadow.c
r1009 r1039 30 30 #include "strutil.h" // GetPString 31 31 #include "fm3dll.h" 32 #include "fortify.h" 32 33 33 34 #pragma data_seg(DATA1) … … 57 58 (path) ? ";STARTUPDIR=" : "", (path) ? path : "", objtitle); 58 59 WinSetObjectData(obj, s); 59 xfree(s, pszSrcFile, __LINE__);60 free(s); 60 61 } 61 62 } … … 158 159 objtitle, 159 160 s, (location) ? location : cnr, CO_FAILIFEXISTS); 160 xfree(s, pszSrcFile, __LINE__);161 free(s); 161 162 } 162 163 return obj;
Note:
See TracChangeset
for help on using the changeset viewer.