mirror of
https://gitlab.freedesktop.org/dbus/dbus.git
synced 2025-12-25 19:50:08 +01:00
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:
parent
d0413de71b
commit
b274bc13c3
1 changed files with 1 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue