From 9144aa2a865f3f4b37308e2935c90bea736d513c Mon Sep 17 00:00:00 2001 From: Philip Withnall Date: Tue, 23 Apr 2019 11:31:04 +0100 Subject: [PATCH] tests: Fix some minor tests in the GResolver tests in manual mode Signed-off-by: Philip Withnall https://gitlab.gnome.org/GNOME/glib/issues/1753 --- gio/tests/resolver.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/gio/tests/resolver.c b/gio/tests/resolver.c index 85d5124288..cebd729e21 100644 --- a/gio/tests/resolver.c +++ b/gio/tests/resolver.c @@ -222,6 +222,7 @@ print_resolved_txt (const char *rrname, for (i = 0; contents[i] != NULL; i++) printf ("%s\n", contents[i]); g_variant_unref (t->data); + g_free (contents); } g_list_free (records); } @@ -739,6 +740,7 @@ main (int argc, char **argv) g_source_remove (watch); #endif g_object_unref (cancellable); + g_option_context_free (context); return 0; } -- GitLab