VirtualBox

Changeset 24607 in vbox for trunk/src


Ignore:
Timestamp:
Nov 12, 2009 1:16:59 PM (15 years ago)
Author:
vboxsync
Message:

VBoxClient: Make update notifications work under OpenSolaris.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Additions/x11/VBoxClient/hostversion.cpp

    r24605 r24607  
    102102
    103103            DBusError err;
     104            dbus_error_init(&err);
     105
    104106            DBusMessage *reply;
    105107            reply = dbus_connection_send_with_reply_and_block(conn, msg,
     
    114116                dbus_message_unref(reply);
    115117            }
     118            if (dbus_error_is_set(&err))
     119                dbus_error_free(&err);
    116120        }
    117121        if (msg != NULL)
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