Changeset 1039 for trunk/dll/select.c
- Timestamp:
- Jul 6, 2008, 12:16:21 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/dll/select.c
r1009 r1039 48 48 #include "strutil.h" // GetPString 49 49 #include "fm3dll.h" 50 #include "fortify.h" 50 51 51 52 static PSZ pszSrcFile = __FILE__; … … 258 259 fclose(inputFile); 259 260 } 260 xfree(input, pszSrcFile, __LINE__);261 free(input); 261 262 DosSleep(1); 262 263 } … … 361 362 fclose(inputFile); 362 363 } 363 xfree(input, pszSrcFile, __LINE__);364 free(input); 364 365 DosSleep(1); 365 366 }
Note:
See TracChangeset
for help on using the changeset viewer.