Changeset 985 for trunk/dll/shadow.c
- Timestamp:
- Mar 1, 2008, 2:37:14 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified trunk/dll/shadow.c ¶
r907 r985 13 13 06 Aug 07 SHL Use BldFullPathName 14 14 20 Aug 07 GKY Move #pragma alloc_text to end for OpenWatcom compat 15 29 Feb 08 GKY Use xfree where appropriate 15 16 16 17 ***********************************************************************/ … … 56 57 (path) ? ";STARTUPDIR=" : "", (path) ? path : "", objtitle); 57 58 WinSetObjectData(obj, s); 58 free(s);59 xfree(s); 59 60 } 60 61 } … … 157 158 objtitle, 158 159 s, (location) ? location : cnr, CO_FAILIFEXISTS); 159 free(s);160 xfree(s); 160 161 } 161 162 return obj;
Note:
See TracChangeset
for help on using the changeset viewer.