tree: Plug a GList leak
authorThibault Saunier <tsaunier@igalia.com>
Mon, 8 Apr 2019 20:25:44 +0000 (16:25 -0400)
committerThibault Saunier <tsaunier@igalia.com>
Mon, 15 Apr 2019 21:11:48 +0000 (17:11 -0400)
ges/ges-timeline-tree.c

index 9187376..6f875dc 100644 (file)
@@ -1161,6 +1161,7 @@ timeline_tree_roll (GNode * root, GESTimelineElement * element,
 
 done:
   timeline_update_duration (root->data);
+  g_list_free (data.neighbours);
   return res;
 
 error: