omxallocator: fix leak with a proper chaining finalize

This commit is contained in:
Stéphane Cerveau 2019-10-07 16:59:10 +00:00 committed by Tim-Philipp Müller
parent d0bc3ed840
commit a5a22f03a5

View file

@ -233,6 +233,8 @@ gst_omx_allocator_finalize (GObject * object)
gst_omx_component_unref (allocator->component);
g_mutex_clear (&allocator->lock);
g_cond_clear (&allocator->cond);
G_OBJECT_CLASS (gst_omx_allocator_parent_class)->finalize (object);
}
gboolean