mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-01-14 00:06:24 +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_assert_cmpstr (s, ==, xdg);
|
||||||
|
|
||||||
g_strfreev ((gchar **)dirs);
|
|
||||||
g_free (s);
|
g_free (s);
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
Reference in New Issue
Block a user