utils: Don't free memory owned by glib in test
authorStef Walter <stefw@gnome.org>
Sun, 10 Nov 2013 13:32:17 +0000 (14:32 +0100)
committerStef Walter <stefw@gnome.org>
Sun, 10 Nov 2013 21:52:47 +0000 (22:52 +0100)
https://bugzilla.gnome.org/show_bug.cgi?id=711775

glib/tests/utils.c

index f45e372..cf5f056 100644 (file)
@@ -440,7 +440,6 @@ test_xdg_dirs (void)
 
   g_assert_cmpstr (s, ==, xdg);
 
-  g_strfreev ((gchar **)dirs);
   g_free (s);
 }
 #endif