[glib/wip/gcleanup: 55/79] utils: Don't free memory owned by glib in test



commit eb98ca2b51f12d979456a8cbd07ef0e520523882
Author: Stef Walter <stefw gnome org>
Date:   Sun Nov 10 14:32:17 2013 +0100

    utils: Don't free memory owned by glib in test
    
    https://bugzilla.gnome.org/show_bug.cgi?id=711775

 glib/tests/utils.c |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)
---
diff --git a/glib/tests/utils.c b/glib/tests/utils.c
index f45e372..cf5f056 100644
--- a/glib/tests/utils.c
+++ b/glib/tests/utils.c
@@ -440,7 +440,6 @@ test_xdg_dirs (void)
 
   g_assert_cmpstr (s, ==, xdg);
 
-  g_strfreev ((gchar **)dirs);
   g_free (s);
 }
 #endif


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