VirtualBox

Changeset 71317 in vbox for trunk


Ignore:
Timestamp:
Mar 13, 2018 8:36:43 PM (7 years ago)
Author:
vboxsync
Message:

Main/VBoxSVC: fix for ​​​​​​​​​​​bugref:9134: fixed missed check for null

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/src-server/win/svcmain.cpp

    r71161 r71317  
    439439    {
    440440        LogRelFunc(("All clients gone - shutdown sequence initiated\n"));
    441 
    442         m_pFactory->i_finishVBoxSvc();
     441        if(m_pFactory)
     442            m_pFactory->i_finishVBoxSvc();
    443443
    444444        // This is not enough to finish VBoxSvc such as reference to crashed client still is in action
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