mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-23 23:58:17 +00:00
frei0r: Unref the GstCollectPads instance on finalize
This commit is contained in:
parent
15f1ccaef8
commit
32a0af3e54
1 changed files with 4 additions and 0 deletions
|
@ -60,6 +60,10 @@ gst_frei0r_mixer_finalize (GObject * object)
|
|||
klass->n_properties);
|
||||
self->property_cache = NULL;
|
||||
|
||||
if (self->collect)
|
||||
gst_object_unref (self->collect);
|
||||
self->collect = NULL;
|
||||
|
||||
G_OBJECT_CLASS (g_type_class_peek_parent (klass))->finalize (object);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue