mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-26 19:51:11 +00:00
asset: Plug a leak of EncodingProfiles
This commit is contained in:
parent
adc4843f53
commit
9d4e0640c7
1 changed files with 1 additions and 0 deletions
|
@ -395,6 +395,7 @@ _finalize (GObject * object)
|
||||||
|
|
||||||
if (priv->uri)
|
if (priv->uri)
|
||||||
g_free (priv->uri);
|
g_free (priv->uri);
|
||||||
|
g_list_free_full (priv->encoding_profiles, g_object_unref);
|
||||||
|
|
||||||
G_OBJECT_CLASS (ges_project_parent_class)->finalize (object);
|
G_OBJECT_CLASS (ges_project_parent_class)->finalize (object);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue