projects
/
platform
/
upstream
/
gstreamer.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
04bac06
)
timeline: don't leak pad in private structure
author
Justin Kim
<justin.kim@collabora.com>
Fri, 11 Sep 2015 07:11:40 +0000
(16:11 +0900)
committer
Thibault Saunier
<tsaunier@gnome.org>
Fri, 11 Sep 2015 11:09:40 +0000
(13:09 +0200)
https://bugzilla.gnome.org/show_bug.cgi?id=754867
ges/ges-timeline.c
patch
|
blob
|
history
diff --git
a/ges/ges-timeline.c
b/ges/ges-timeline.c
index c99fbad932766129d066c45e475b7c94d44ccaa5..e45106ce1cebbfe656f8cd82b06cbc8eee413bf6 100644
(file)
--- a/
ges/ges-timeline.c
+++ b/
ges/ges-timeline.c
@@
-3108,6
+3108,7
@@
ges_timeline_remove_track (GESTimeline * timeline, GESTrack * track)
}
tr_priv = tmp->data;
+ gst_object_unref (tr_priv->pad);
priv->priv_tracks = g_list_remove (priv->priv_tracks, tr_priv);
UNLOCK_DYN (timeline);
timeline->tracks = g_list_remove (timeline->tracks, track);