VirtualBox

Changeset 82910 in vbox for trunk/src/VBox


Ignore:
Timestamp:
Jan 29, 2020 3:59:44 PM (5 years ago)
Author:
vboxsync
Message:

Shared Clipboard: Check for dangling references in shClEventTerm(). bugref:9437

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/GuestHost/SharedClipboard/clipboard-common.cpp

    r82875 r82910  
    9898    if (!pEvent)
    9999        return;
     100
     101    AssertMsgReturnVoid(pEvent->cRefs == 0, ("Event %RU32 still has %RU32 references\n",
     102                                             pEvent->idEvent, pEvent->cRefs));
    100103
    101104    LogFlowFunc(("Event %RU32\n", pEvent->idEvent));
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette