mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-20 16:51:10 +00:00
tree: Plug a GList leak
This commit is contained in:
parent
45c2d81a4e
commit
e31aa62f7b
1 changed files with 1 additions and 0 deletions
|
@ -1161,6 +1161,7 @@ timeline_tree_roll (GNode * root, GESTimelineElement * element,
|
||||||
|
|
||||||
done:
|
done:
|
||||||
timeline_update_duration (root->data);
|
timeline_update_duration (root->data);
|
||||||
|
g_list_free (data.neighbours);
|
||||||
return res;
|
return res;
|
||||||
|
|
||||||
error:
|
error:
|
||||||
|
|
Loading…
Reference in a new issue