Changeset 1813 for trunk/dll/treecnr.c


Ignore:
Timestamp:
Jun 15, 2015, 12:31:32 AM (10 years ago)
Author:
Gregg Young
Message:

Revert unnecessary semaphore placement

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dll/treecnr.c

    r1803 r1813  
    10181018                 UM_CLOSE, MPFROMLONG(dcd->dontclose != FALSE), MPVOID);
    10191019      WinSetWindowPtr(dcd->hwndCnr, QWL_USER, NULL);    // 13 Apr 10 SHL Set NULL before freeing dcd
    1020       DosRequestMutexSem(hmtxFiltering, SEM_INDEFINITE_WAIT);
    10211020      free(dcd);
    1022       DosReleaseMutexSem(hmtxFiltering);
    10231021#     ifdef FORTIFY
    10241022      Fortify_LeaveScope();
     
    33103308        PostMsg(hwndClient, WM_CLOSE, MPVOID, MPVOID);
    33113309        free(dcd);
    3312         dcd = 0;
     3310        dcd = NULL;
    33133311        hwndFrame = (HWND) 0;
    33143312      }
Note: See TracChangeset for help on using the changeset viewer.