mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-17 11:45:25 +00:00
omxallocator: fix leak with a proper chaining finalize
This commit is contained in:
parent
d0bc3ed840
commit
a5a22f03a5
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue