diff options
Diffstat (limited to 'bus/dispatch.c')
-rw-r--r-- | bus/dispatch.c | 2 |
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"); |