smart-video-mixer: don't leak pads_infos hash table

This commit is contained in:
Tim-Philipp Müller 2014-10-26 20:28:09 +00:00
parent 3e02157f02
commit dd7d2d26ec

View file

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