VirtualBox

Ignore:
Timestamp:
Feb 11, 2008 11:13:53 AM (17 years ago)
Author:
vboxsync
Message:

Additions/x11: exception-safety in VBoxClient

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Additions/x11/xclient/thread.cpp

    r6202 r6893  
    5959    {
    6060        LogRelThisFunc(("Warning!  Stopping thread %s, as it is still running!\n", mName));
    61         stop(1000, 0);
     61        try
     62        {
     63            stop(1000, 0);
     64        }
     65        catch(...) {}
    6266    }
    6367}
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