Changeset 77257 in vbox for trunk/src/VBox
- Timestamp:
- Feb 11, 2019 12:50:00 PM (6 years ago)
- svn:sync-xref-src-repo-rev:
- 128764
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/common/misc/reqpool.cpp
r76553 r77257 285 285 RTCritSectLeave(&pPool->CritSect); 286 286 287 RTMemFree(pThread); 287 288 return VINF_SUCCESS; 288 289 } … … 1037 1038 1038 1039 /* Finally, free the critical section and pool instance. */ 1040 RTSemEventMultiDestroy(pPool->hThreadTermEvt); 1039 1041 RTCritSectLeave(&pPool->CritSect); 1040 1042 RTCritSectDelete(&pPool->CritSect);
Note:
See TracChangeset
for help on using the changeset viewer.