mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-12-26 15:36:14 +01:00
tests: Fix some memory leaks in the GSettings unit tests
Signed-off-by: Philip Withnall <withnall@endlessm.com> https://bugzilla.gnome.org/show_bug.cgi?id=779265
This commit is contained in:
parent
43fbb8652d
commit
d892cf6feb
@ -2438,6 +2438,8 @@ test_actions (void)
|
|||||||
g_assert_cmpstr (g_variant_get_string (state, NULL), ==, "kthxbye");
|
g_assert_cmpstr (g_variant_get_string (state, NULL), ==, "kthxbye");
|
||||||
|
|
||||||
g_free (name);
|
g_free (name);
|
||||||
|
g_variant_type_free (param_type);
|
||||||
|
g_variant_type_free (state_type);
|
||||||
g_variant_unref (state);
|
g_variant_unref (state);
|
||||||
|
|
||||||
g_object_unref (string);
|
g_object_unref (string);
|
||||||
@ -2627,6 +2629,7 @@ main (int argc, char *argv[])
|
|||||||
|
|
||||||
g_assert (g_file_get_contents (SRCDIR "/org.gtk.test.gschema.xml.orig", &schema_text, NULL, NULL));
|
g_assert (g_file_get_contents (SRCDIR "/org.gtk.test.gschema.xml.orig", &schema_text, NULL, NULL));
|
||||||
g_assert (g_file_set_contents ("org.gtk.test.gschema.xml", schema_text, -1, NULL));
|
g_assert (g_file_set_contents ("org.gtk.test.gschema.xml", schema_text, -1, NULL));
|
||||||
|
g_free (schema_text);
|
||||||
|
|
||||||
g_remove ("gschemas.compiled");
|
g_remove ("gschemas.compiled");
|
||||||
g_assert (g_spawn_command_line_sync ("../glib-compile-schemas --targetdir=. "
|
g_assert (g_spawn_command_line_sync ("../glib-compile-schemas --targetdir=. "
|
||||||
|
Loading…
Reference in New Issue
Block a user