Changeset 85451 in vbox for trunk/src/VBox/Main/src-client/GuestDnDTargetImpl.cpp
- Timestamp:
- Jul 24, 2020 8:45:54 AM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-client/GuestDnDTargetImpl.cpp
r85423 r85451 661 661 } 662 662 663 /* Drop write lock before creating thread. */ 664 alock.release(); 665 663 666 /* This function delete pTask in case of exceptions, 664 667 * so there is no need in the call of delete operator. */ … … 678 681 if (SUCCEEDED(hr)) 679 682 { 683 /* Re-acquire write lock. */ 684 alock.acquire(); 685 680 686 m_DataBase.cTransfersPending++; 681 687
Note:
See TracChangeset
for help on using the changeset viewer.