VirtualBox

Changeset 42465 in vbox for trunk/src/VBox


Ignore:
Timestamp:
Jul 31, 2012 6:31:20 AM (12 years ago)
Author:
vboxsync
Message:

Additions/common/VBoxGuestLib: set the status when terminating.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Additions/common/VBoxGuestLib/Init.cpp

    r42316 r42465  
    165165    }
    166166    else
     167    {
    167168        LogRel(("vbglInitCommon: VbglPhysHeapInit failed. rc=%Rrc\n", rc));
     169        g_vbgldata.status = VbglStatusNotInitialized;
     170    }
    168171
    169172    dprintf(("vbglInitCommon: rc = %d\n", rc));
     
    175178{
    176179    VbglPhysHeapTerminate ();
     180    g_vbgldata.status = VbglStatusNotInitialized;
    177181
    178182    return;
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