VirtualBox

Changeset 71825 in vbox


Ignore:
Timestamp:
Apr 11, 2018 1:09:21 PM (6 years ago)
Author:
vboxsync
Message:

Guest Control/Main: Unregister process tools from the session's object list in GuestProcessTool::uninit().

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/src-client/GuestProcessImpl.cpp

    r71653 r71825  
    20032003    /* Make sure the process is terminated and unregistered from the guest session. */
    20042004    int rcGuestIgnored;
    2005     int rc2 = terminate(30 * 1000 /* 30s timeout */, &rcGuestIgnored);
    2006     AssertRC(rc2);
     2005    terminate(30 * 1000 /* 30s timeout */, &rcGuestIgnored);
     2006
     2007    /* Unregister the process from the process (and the session's object) list. */
     2008    if (   pSession
     2009        && pProcess)
     2010        pSession->i_processUnregister(pProcess);
    20072011
    20082012    /* Release references. */
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