Skip to content
Snippets Groups Projects
Commit 00ae9995 authored by Justin Kim's avatar Justin Kim Committed by Thibault Saunier
Browse files

pitivi-formatter: don't leak internal hash table

https://bugzilla.gnome.org/show_bug.cgi?id=755505
parent 1131a22a
No related branches found
No related tags found
Loading
......@@ -689,6 +689,7 @@ ges_pitivi_formatter_finalize (GObject * object)
if (priv->clips_table != NULL) {
g_hash_table_foreach (priv->clips_table,
(GHFunc) list_table_destroyer, NULL);
g_hash_table_destroy (priv->clips_table);
}
if (priv->layers_table != NULL)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment