[glib/wip/gcleanup] gtestutils: More cleanup



commit 899a90b393a076541e877fbc60d8914df96ca09c
Author: Stef Walter <stefw gnome org>
Date:   Sat Nov 9 20:24:47 2013 +0100

    gtestutils: More cleanup

 glib/gtestutils.c |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/glib/gtestutils.c b/glib/gtestutils.c
index 918c0fe..c704433 100644
--- a/glib/gtestutils.c
+++ b/glib/gtestutils.c
@@ -1022,6 +1022,8 @@ g_test_cleanup (void)
 
   if (test_suite_root)
     g_test_suite_free (test_suite_root);
+  g_slist_free (test_paths);
+  g_slist_free (test_paths_skipped);
 
   g_free (test_argv0_dirname);
   g_free (test_trap_last_stdout);


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]