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

https://bugzilla.gnome.org/show_bug.cgi?id=711775
This commit is contained in:
Stef Walter 2013-11-10 14:32:17 +01:00
parent 0a02fd9c52
commit fe8862dc1b

View File

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