mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-12-26 15:36:14 +01:00
utils: Don't free memory owned by glib in test
https://bugzilla.gnome.org/show_bug.cgi?id=711775
This commit is contained in:
parent
0a02fd9c52
commit
fe8862dc1b
@ -440,7 +440,6 @@ test_xdg_dirs (void)
|
||||
|
||||
g_assert_cmpstr (s, ==, xdg);
|
||||
|
||||
g_strfreev ((gchar **)dirs);
|
||||
g_free (s);
|
||||
}
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user