ges/ges-track-transition.c: was freeing same GstController twice in _dispose()

This commit is contained in:
Brandon Lewis 2010-06-09 11:21:26 +02:00 committed by Edward Hervey
parent d416865789
commit c7273608c7

View file

@ -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);