Changeset 63180 in vbox for trunk/src/VBox/Main/src-client
- Timestamp:
- Aug 8, 2016 3:47:28 PM (8 years ago)
- Location:
- trunk/src/VBox/Main/src-client
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-client/GuestDnDSourceImpl.cpp
r63159 r63180 381 381 /* This function delete pTask in case of exceptions, 382 382 * so there is no need in the call of delete operator. */ 383 /** @todo r=bird: The code using hThreadRcv is racing the thread termination. Since the thread isn't 384 * created waitable, the handle goes away if we it terminates before our RTThreadUserWait call returns. */ 383 385 hr = pTask->createThread(&hThreadRcv); 384 386 -
trunk/src/VBox/Main/src-client/GuestDnDTargetImpl.cpp
r63159 r63180 653 653 //this function delete pTask in case of exceptions, so there is no need in the call of delete operator 654 654 //pSendCtx is deleted in the pTask destructor 655 /** @todo r=bird: The code using hThreadSend is racing the thread termination. Since the thread isn't 656 * created waitable, the handle goes away if we it terminates before our RTThreadUserWait call returns. */ 655 657 hr = pTask->createThread(&rcThreadSend); 656 658
Note:
See TracChangeset
for help on using the changeset viewer.