Changeset 78745 in vbox for trunk/src/VBox/Main/src-client/GuestDnDTargetImpl.cpp
- Timestamp:
- May 25, 2019 2:22:39 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-client/GuestDnDTargetImpl.cpp
r78093 r78745 659 659 * so there is no need in the call of delete operator. */ 660 660 hr = pTask->createThreadWithType(RTTHREADTYPE_MAIN_WORKER); 661 661 pTask = NULL; /* Note: pTask is now owned by the worker thread. */ 662 662 } 663 663 catch (std::bad_alloc &) … … 677 677 hr = pResp->queryProgressTo(aProgress.asOutParam()); 678 678 ComAssertComRC(hr); 679 680 /* Note: pTask is now owned by the worker thread. */681 679 } 682 680 else
Note:
See TracChangeset
for help on using the changeset viewer.