diff options
author | Anderson Lizardo <anderson.lizardo@openbossa.org> | 2013-05-04 15:39:43 -0400 |
---|---|---|
committer | Marcel Holtmann <marcel@holtmann.org> | 2013-05-08 11:28:44 +0200 |
commit | 76c47b98418dc2630767c7cafecad7bf49dd1c27 (patch) | |
tree | e3191b5fc04e07ffdba2276b2d22257d7168263d /src | |
parent | 00a878c1b442da7d564e53e7a80040c5300f40a0 (diff) | |
download | connman-76c47b98418dc2630767c7cafecad7bf49dd1c27.tar.gz connman-76c47b98418dc2630767c7cafecad7bf49dd1c27.tar.bz2 connman-76c47b98418dc2630767c7cafecad7bf49dd1c27.zip |
gdbus: Fix using NULL DBusPendingCall when disconnected from D-Bus
From D-Bus documentation for dbus_connection_send_with_reply():
"Warning: if the connection is disconnected or you try to send Unix file
descriptors on a connection that does not support them, the
DBusPendingCall will be set to NULL, so be careful with this."
Fix these errors when killing D-Bus daemon with the client still
running:
process 5712: arguments to dbus_pending_call_set_notify() were
incorrect, assertion "pending != NULL" failed in file
../../dbus/dbus-pending-call.c line 596.
This is normally a bug in some application using the D-Bus library.
process 5712: arguments to dbus_pending_call_unref() were incorrect,
assertion "pending != NULL" failed in file
../../dbus/dbus-pending-call.c line 572.
This is normally a bug in some application using the D-Bus library.
Diffstat (limited to 'src')
0 files changed, 0 insertions, 0 deletions