From 13a1154b4cf664e486df9fa6a76d279b8090c49e Mon Sep 17 00:00:00 2001 From: Mark Nauwelaerts Date: Thu, 19 Jul 2012 16:38:06 +0200 Subject: [PATCH] tests: make refcount signals test slightly valgrind cleaner --- tests/refcount/signals.c | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/tests/refcount/signals.c b/tests/refcount/signals.c index b8b4c45..1bf2128 100644 --- a/tests/refcount/signals.c +++ b/tests/refcount/signals.c @@ -276,5 +276,9 @@ main (int argc, char **argv) g_print ("stopped\n"); + g_array_free (test_threads, TRUE); + g_object_unref (test1); + g_object_unref (test2); + return 0; } -- 2.7.4