VirtualBox

Ignore:
Timestamp:
Jul 7, 2015 5:32:02 PM (10 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
101500
Message:

added test

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/src-server/linux/HostPowerLinux.cpp

    r55651 r56845  
    8383    /* Closing the connection should cause the event loop to exit. */
    8484    LogFunc((": Stopping thread\n"));
    85     dbus_connection_close(mpConnection);
     85    if (mpConnection)
     86        dbus_connection_close(mpConnection);
    8687
    8788    RTThreadWait(mThread, 5000, NULL);
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette