Changeset 1799 for trunk/dll/arccnrs.c
- Timestamp:
- Mar 16, 2015, 11:26:04 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/dll/arccnrs.c
r1782 r1799 106 106 06 Apr 14 GKY Removed all BZ/GZ checks 107 107 28 Jun 14 GKY Fix errors identified with CPPCheck; Fix retry to create workdir code 108 16 Mar 15 GKY Add semaphore hmtxFiltering to prevent freeing dcd while filtering. Prevents 109 a trap when FM2 is shutdown or the container is closed while arc 110 container is still populating 108 111 109 112 ***********************************************************************/ … … 2278 2281 WinSendMsg(dcd->hwndCnr, UM_CLOSE, MPVOID, MPVOID); 2279 2282 WinSetWindowPtr(dcd->hwndCnr, QWL_USER, NULL); // 13 Apr 10 SHL Set NULL before freeing dcd 2283 DosRequestMutexSem(hmtxFiltering, SEM_INDEFINITE_WAIT); 2280 2284 free(dcd); 2285 DosReleaseMutexSem(hmtxFiltering); 2281 2286 # ifdef FORTIFY 2282 2287 Fortify_LeaveScope();
Note:
See TracChangeset
for help on using the changeset viewer.