mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 12:11:13 +00:00
pitivi-formatter: don't leak internal hash table
https://bugzilla.gnome.org/show_bug.cgi?id=755505
This commit is contained in:
parent
1131a22a74
commit
00ae999547
1 changed files with 1 additions and 0 deletions
|
@ -689,6 +689,7 @@ ges_pitivi_formatter_finalize (GObject * object)
|
||||||
if (priv->clips_table != NULL) {
|
if (priv->clips_table != NULL) {
|
||||||
g_hash_table_foreach (priv->clips_table,
|
g_hash_table_foreach (priv->clips_table,
|
||||||
(GHFunc) list_table_destroyer, NULL);
|
(GHFunc) list_table_destroyer, NULL);
|
||||||
|
g_hash_table_destroy (priv->clips_table);
|
||||||
}
|
}
|
||||||
|
|
||||||
if (priv->layers_table != NULL)
|
if (priv->layers_table != NULL)
|
||||||
|
|
Loading…
Reference in a new issue