Changeset 82910 in vbox for trunk/src/VBox
- Timestamp:
- Jan 29, 2020 3:59:44 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/GuestHost/SharedClipboard/clipboard-common.cpp
r82875 r82910 98 98 if (!pEvent) 99 99 return; 100 101 AssertMsgReturnVoid(pEvent->cRefs == 0, ("Event %RU32 still has %RU32 references\n", 102 pEvent->idEvent, pEvent->cRefs)); 100 103 101 104 LogFlowFunc(("Event %RU32\n", pEvent->idEvent));
Note:
See TracChangeset
for help on using the changeset viewer.