diff options
Diffstat (limited to 'omx')
-rw-r--r-- | omx/gstomxallocator.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/omx/gstomxallocator.c b/omx/gstomxallocator.c index cf8058a..a180669 100644 --- a/omx/gstomxallocator.c +++ b/omx/gstomxallocator.c @@ -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 |