mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 12:11:13 +00:00
smart-video-mixer: don't leak pads_infos hash table
This commit is contained in:
parent
3e02157f02
commit
dd7d2d26ec
1 changed files with 1 additions and 0 deletions
|
@ -177,6 +177,7 @@ ges_smart_mixer_finalize (GObject * object)
|
|||
GESSmartMixer *self = GES_SMART_MIXER (object);
|
||||
|
||||
g_mutex_clear (&self->lock);
|
||||
g_hash_table_unref (self->pads_infos);
|
||||
|
||||
G_OBJECT_CLASS (ges_smart_mixer_parent_class)->finalize (object);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue