From 15f02e1071ab14a7bc937cb61a4439a69c14f1a5 Mon Sep 17 00:00:00 2001 From: Havoc Pennington Date: Mon, 17 Mar 2003 03:09:31 +0000 Subject: 2003-03-16 Havoc Pennington * dbus/dbus-bus.c (ensure_bus_data): fix double-unref of the data slot --- bus/dispatch.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bus/dispatch.c') 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"); -- cgit