VirtualBox

Changeset 91592 in vbox for trunk/src/VBox/Main/include


Ignore:
Timestamp:
Oct 6, 2021 3:07:03 PM (3 years ago)
Author:
vboxsync
Message:

Main/NLS: Fixed uninitialized variables in VirtualBoxClient. bugref:1909

File:
1 edited

Legend:

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

    r91390 r91592  
    8383    struct Data
    8484    {
    85         Data() : m_ThreadWatcher(NIL_RTTHREAD), m_SemEvWatcher(NIL_RTSEMEVENT)
     85        Data()
     86            : m_ThreadWatcher(NIL_RTTHREAD)
     87            , m_SemEvWatcher(NIL_RTSEMEVENT)
     88#ifdef VBOX_WITH_MAIN_NLS
     89            , m_pVBoxTranslator(NULL)
     90            , m_pTrComponent(NULL)
     91#endif
    8692        {}
    8793
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