[glib] utils: Don't free memory owned by glib in test



commit fe8862dc1be42a65d0140b4f3d3ef345def638d9
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]