summaryrefslogtreecommitdiffstats
path: root/bus
diff options
context:
space:
mode:
authorHavoc Pennington <hp@redhat.com>2003-03-17 03:09:31 +0000
committerHavoc Pennington <hp@redhat.com>2003-03-17 03:09:31 +0000
commit15f02e1071ab14a7bc937cb61a4439a69c14f1a5 (patch)
tree5e2144d421b2f4288df7c32acf091bd70be6f525 /bus
parent0e298fbeb513ea03d1ddc80124aec3a1d19a967d (diff)
2003-03-16 Havoc Pennington <hp@pobox.com>
* dbus/dbus-bus.c (ensure_bus_data): fix double-unref of the data slot
Diffstat (limited to 'bus')
-rw-r--r--bus/dispatch.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/bus/dispatch.c b/bus/dispatch.c
index 4f550f9a..ffb7bd9f 100644
--- a/bus/dispatch.c
+++ b/bus/dispatch.c
@@ -980,7 +980,7 @@ bus_dispatch_test (const DBusString *test_data_dir)
check1_try_iterations (context, "create_and_hello",
check_hello_connection);
-
+
dbus_connection_disconnect (foo);
if (bus_connection_dispatch_one_message (foo))
_dbus_assert_not_reached ("extra message in queue");