From 7feb22449da04f7f3c19fe2691e5cc005d3ff211 Mon Sep 17 00:00:00 2001 From: Simon McVittie Date: Wed, 11 Jul 2018 19:55:31 +0100 Subject: [PATCH 10/18] test/dbus-daemon: Don't leak expected error for max connections Signed-off-by: Simon McVittie --- test/dbus-daemon.c | 1 + 1 file changed, 1 insertion(+) diff --git a/test/dbus-daemon.c b/test/dbus-daemon.c index d468eb1d..8faef6dd 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.18.0