Legend:
- Unmodified
- Added
- Removed
-
trunk/dll/arccnrs.c
r1799 r1813 2281 2281 WinSendMsg(dcd->hwndCnr, UM_CLOSE, MPVOID, MPVOID); 2282 2282 WinSetWindowPtr(dcd->hwndCnr, QWL_USER, NULL); // 13 Apr 10 SHL Set NULL before freeing dcd 2283 DosRequestMutexSem(hmtxFiltering, SEM_INDEFINITE_WAIT);2284 2283 free(dcd); 2285 DosReleaseMutexSem(hmtxFiltering);2286 2284 # ifdef FORTIFY 2287 2285 Fortify_LeaveScope(); -
trunk/dll/treecnr.c
r1803 r1813 1018 1018 UM_CLOSE, MPFROMLONG(dcd->dontclose != FALSE), MPVOID); 1019 1019 WinSetWindowPtr(dcd->hwndCnr, QWL_USER, NULL); // 13 Apr 10 SHL Set NULL before freeing dcd 1020 DosRequestMutexSem(hmtxFiltering, SEM_INDEFINITE_WAIT);1021 1020 free(dcd); 1022 DosReleaseMutexSem(hmtxFiltering);1023 1021 # ifdef FORTIFY 1024 1022 Fortify_LeaveScope(); … … 3310 3308 PostMsg(hwndClient, WM_CLOSE, MPVOID, MPVOID); 3311 3309 free(dcd); 3312 dcd = 0;3310 dcd = NULL; 3313 3311 hwndFrame = (HWND) 0; 3314 3312 }
Note:
See TracChangeset
for help on using the changeset viewer.
