Changeset 1793 for trunk/dll/dircnrs.c
- Timestamp:
- Sep 7, 2014, 7:28:33 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/dll/dircnrs.c
r1786 r1793 1213 1213 0, 1214 1214 SWP_RESTORE | SWP_SHOW | SWP_ACTIVATE | SWP_ZORDER); 1215 DosRequestMutexSem(hmtxFiltering, SEM_INDEFINITE_WAIT);1216 1215 FreeList(dcd->lastselection); 1217 1216 WinSetWindowPtr(dcd->hwndCnr, QWL_USER, NULL); // 13 Apr 10 SHL Set NULL before freeing dcd 1217 DosRequestMutexSem(hmtxFiltering, SEM_INDEFINITE_WAIT); 1218 1218 xfree(dcd, pszSrcFile, __LINE__); 1219 DosReleaseMutexSem(hmtxFiltering); 1219 1220 DosPostEventSem(CompactSem); 1220 1221 } … … 3526 3527 0, 3527 3528 SWP_RESTORE | SWP_SHOW | SWP_ACTIVATE | SWP_ZORDER); 3529 FreeList(dcd->lastselection); 3528 3530 DosRequestMutexSem(hmtxFiltering, SEM_INDEFINITE_WAIT); 3529 FreeList(dcd->lastselection);3530 3531 free(dcd); 3532 DosReleaseMutexSem(hmtxFiltering); 3531 3533 WinSetWindowPtr(hwnd, QWL_USER, NULL); 3532 3534 DosPostEventSem(CompactSem);
Note:
See TracChangeset
for help on using the changeset viewer.