VirtualBox

Ignore:
Timestamp:
Jun 1, 2019 5:57:13 PM (6 years ago)
Author:
vboxsync
Message:

FE/VirtualBox: Close the VBox debugger shared library handle on destruction to fix a leak

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VirtualBox/src/globals/VBoxGlobal.cpp

    r78723 r78917  
    44974497    s_fCleaningUp = true;
    44984498
     4499#ifdef VBOX_WITH_DEBUGGER_GUI
     4500    /* For Runtime UI: */
     4501    if (   uiType() == UIType_RuntimeUI
     4502        && m_hVBoxDbg != NIL_RTLDRMOD)
     4503    {
     4504        RTLdrClose(m_hVBoxDbg);
     4505        m_hVBoxDbg = NIL_RTLDRMOD;
     4506    }
     4507#endif
     4508
    44994509#ifdef VBOX_GUI_WITH_NETWORK_MANAGER
    45004510    /* Shutdown update manager: */
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