Changeset 985 for trunk/dll/undel.c
- Timestamp:
- Mar 1, 2008, 2:37:14 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/dll/undel.c
r907 r985 14 14 06 Aug 07 GKY Reduce DosSleep times (ticket 148) 15 15 20 Aug 07 GKY Move #pragma alloc_text to end for OpenWatcom compat 16 29 Feb 08 GKY Use xfree where appropriate 16 17 17 18 ***********************************************************************/ … … 146 147 } 147 148 DosForceDelete("$UDELETE.#$#"); 148 if (undelinfo) 149 free(undelinfo); 149 xfree(undelinfo); 150 150 if (thmq) { 151 151 PostMsg(hwnd, UM_CONTAINER_FILLED, MPVOID, MPVOID); … … 221 221 Runtime_Error(pszSrcFile, __LINE__, 222 222 GetPString(IDS_COULDNTSTARTTHREADTEXT)); 223 free(undelinfo);223 xfree(undelinfo); 224 224 listdone = TRUE; 225 225 WinDismissDlg(hwnd, 0);
Note:
See TracChangeset
for help on using the changeset viewer.