test/dbus-daemon: Don't leak expected error for max connections

Signed-off-by: Simon McVittie <smcv@collabora.com>
Reviewed-by: Philip Withnall <withnall@endlessm.com>
Bug: https://bugs.freedesktop.org/show_bug.cgi?id=107194
This commit is contained in:
Simon McVittie 2018-07-11 19:55:31 +01:00
parent d0413de71b
commit b274bc13c3

View file

@ -698,6 +698,7 @@ test_max_connections (Fixture *f,
dbus_clear_connection (&failing_conn);
dbus_connection_close (third_conn);
dbus_clear_connection (&third_conn);
dbus_error_free (&error);
}
static void