VirtualBox

Changeset 58225 in vbox


Ignore:
Timestamp:
Oct 14, 2015 8:11:32 AM (9 years ago)
Author:
vboxsync
Message:

DnD: Fixed invalid RTMemFree() for GuestDnDData::dataHdr.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/include/GuestDnDPrivate.h

    r58212 r58225  
    218218    GuestDnDData(void)
    219219        : cbProcessed(0)
    220         , cbAddData(0) { }
     220        , cbAddData(0)
     221    {
     222        RT_ZERO(dataHdr);
     223    }
    221224
    222225    virtual ~GuestDnDData(void)
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