mirror of
https://github.com/brl/mutter.git
synced 2024-11-09 23:46:33 -05:00
window-actor: Fix leaked frame list
https://bugzilla.gnome.org/show_bug.cgi?id=695135
This commit is contained in:
parent
7db236b2a4
commit
4d437e32e0
@ -450,6 +450,7 @@ meta_window_actor_finalize (GObject *object)
|
||||
MetaWindowActor *self = META_WINDOW_ACTOR (object);
|
||||
MetaWindowActorPrivate *priv = self->priv;
|
||||
|
||||
g_list_free_full (priv->frames, (GDestroyNotify) frame_data_free);
|
||||
g_free (priv->desc);
|
||||
|
||||
G_OBJECT_CLASS (meta_window_actor_parent_class)->finalize (object);
|
||||
|
Loading…
Reference in New Issue
Block a user