mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-23 18:21:04 +00:00
ges/ges-track-transition.c: was freeing same GstController twice in _dispose()
This commit is contained in:
parent
d416865789
commit
c7273608c7
1 changed files with 1 additions and 1 deletions
|
@ -172,7 +172,7 @@ ges_track_transition_dispose (GObject * object)
|
|||
}
|
||||
|
||||
if (self->a_bcontroller) {
|
||||
g_object_unref (self->a_acontroller);
|
||||
g_object_unref (self->a_bcontroller);
|
||||
self->a_bcontroller = NULL;
|
||||
if (self->a_bcontrol_source)
|
||||
gst_object_unref (self->a_bcontrol_source);
|
||||
|
|
Loading…
Reference in a new issue