mirror of
https://github.com/brl/mutter.git
synced 2025-02-03 07:13:24 +00:00
clutter: Plug minor leak
clutter_stage_manager_list_stages() returns a copied list, which should be freed. (cherry picked from commit 8cf42cd06caab4118082e28b80fc6691e14cc524)
This commit is contained in:
parent
9d88fc8cb7
commit
47505dc5f6
@ -214,6 +214,8 @@ cally_util_simulate_snooper_install (void)
|
||||
G_CALLBACK (cally_util_stage_added_cb), cally_key_snooper);
|
||||
g_signal_connect (G_OBJECT (stage_manager), "stage-removed",
|
||||
G_CALLBACK (cally_util_stage_removed_cb), cally_key_snooper);
|
||||
|
||||
g_slist_free (stage_list);
|
||||
}
|
||||
|
||||
static void
|
||||
|
Loading…
x
Reference in New Issue
Block a user