VirtualBox

Changeset 107514 in vbox for trunk


Ignore:
Timestamp:
Jan 8, 2025 2:07:12 PM (3 weeks ago)
Author:
vboxsync
Message:

src/VBox/Main/src-all/ExtPackManagerImpl.cpp: Fixed warning found by Parfait (uninitialized attributes). jiraref:VBP-1424

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/src-all/ExtPackManagerImpl.cpp

    r107513 r107514  
    177177struct ExtPackManager::Data
    178178{
    179     Data()
    180         : enmContext(VBOXEXTPACKCTX_INVALID)
     179    Data() :
     180#ifndef VBOX_COM_INPROC
     181          pVirtualBox(NULL),
     182#endif
     183          enmContext(VBOXEXTPACKCTX_INVALID)
    181184        , cUpdate(0)
    182185    {}
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