VirtualBox

Changeset 107509 in vbox


Ignore:
Timestamp:
Jan 8, 2025 1:50:29 PM (10 days ago)
Author:
vboxsync
Message:

src/VBox/Main/include/GuestProcessImpl.h: Fixed warning found by Parfait (uninitialized attributes). jiraref:VBP-1424

File:
1 edited

Legend:

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

    r106061 r107509  
    178178        int                      mLastError;
    179179
    180         Data(void) : mpSessionBaseEnv(NULL)
     180        Data(void)
     181            : mpSessionBaseEnv(NULL)
     182            , mExitCode(0)
     183            , mPID(0)
     184            , mStatus(ProcessStatus_Undefined)
     185            , mLastError(0)
    181186        { }
    182187        ~Data(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