mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-11-10 03:16:17 +01:00
Fix previous commit
This commit is contained in:
parent
b837cdde69
commit
130c249eac
@ -540,7 +540,7 @@ list_cb (GObject *source,
|
||||
g_assert (v);
|
||||
g_variant_get (v, "(^a&s)", &actions);
|
||||
g_assert_cmpint (g_strv_length (actions), ==, G_N_ELEMENTS (exported_entries));
|
||||
g_strfreev (actions);
|
||||
g_free (actions);
|
||||
g_variant_unref (v);
|
||||
g_main_loop_quit (loop);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user