Changeset 1039 for trunk/dll/undel.c
- Timestamp:
- Jul 6, 2008, 12:16:21 AM (17 years ago)
- File:
-
- 1 edited
-
trunk/dll/undel.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/dll/undel.c
r1038 r1039 228 228 Runtime_Error(pszSrcFile, __LINE__, 229 229 GetPString(IDS_COULDNTSTARTTHREADTEXT)); 230 xfree(undelinfo, pszSrcFile, __LINE__);230 free(undelinfo); 231 231 listdone = TRUE; 232 232 WinDismissDlg(hwnd, 0);
Note:
See TracChangeset
for help on using the changeset viewer.
