From b274bc13c3425e251ee50e98cad602875494f50b Mon Sep 17 00:00:00 2001 From: Simon McVittie Date: Wed, 11 Jul 2018 19:55:31 +0100 Subject: [PATCH] test/dbus-daemon: Don't leak expected error for max connections Signed-off-by: Simon McVittie Reviewed-by: Philip Withnall Bug: https://bugs.freedesktop.org/show_bug.cgi?id=107194 --- test/dbus-daemon.c | 1 + 1 file changed, 1 insertion(+) diff --git a/test/dbus-daemon.c b/test/dbus-daemon.c index 49fc1e3ee..b41533950 100644 --- a/test/dbus-daemon.c +++ b/test/dbus-daemon.c @@ -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 -- 2.47.3