summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--bus/dispatch.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/bus/dispatch.c b/bus/dispatch.c
index a69a929c..9ad494b5 100644
--- a/bus/dispatch.c
+++ b/bus/dispatch.c
@@ -4197,6 +4197,7 @@ check_list_services (BusContext *context,
if (!_dbus_string_array_contains ((const char **)services, existent))
{
_dbus_warn ("Did not get the expected %s from ListActivatableNames\n", existent);
+ dbus_free_string_array (services);
return FALSE;
}