VirtualBox

Changeset 107540 in vbox for trunk/src


Ignore:
Timestamp:
Jan 8, 2025 4:30:15 PM (12 days ago)
Author:
vboxsync
Message:

src/VBox/GuestHost/SharedClipboard/ClipboardDataObjectImpl-win.cpp: Fixed warnings found by Parfait (uninitialized attributes). jiraref:VBP-1424

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/GuestHost/SharedClipboard/ClipboardDataObjectImpl-win.cpp

    r107185 r107540  
    6868    , m_lRefCount(0)
    6969    , m_cFormats(0)
     70    , m_pFormatEtc(NULL)
     71    , m_pStgMedium/(NULL)
    7072    , m_pTransfer(NULL)
    7173    , m_pStream(NULL)
     
    7375    , m_EventListComplete(NIL_RTSEMEVENT)
    7476    , m_EventStatusChanged(NIL_RTSEMEVENT)
     77    , m_cfFileDescriptorA(0)
     78    , m_cfFileDescriptorW(0)
     79    , m_cfFileContents(0)
     80    , m_cfPerformedDropEffect(0)
    7581{
    7682#ifdef VBOX_SHARED_CLIPBOARD_DEBUG_OBJECT_COUNTS
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