omx: Free component structure
authorSebastian Dröge <sebastian.droege@collabora.co.uk>
Wed, 10 Aug 2011 07:03:52 +0000 (09:03 +0200)
committerSebastian Dröge <sebastian.droege@collabora.co.uk>
Wed, 10 Aug 2011 07:03:52 +0000 (09:03 +0200)
omx/gstomx.c

index 231a0abf6f2562685bcb39c0f38553cafde4bce5..f174e33126a0362b3ed5f7e7e8552ff8ccdc9d9a 100644 (file)
@@ -475,6 +475,8 @@ gst_omx_component_free (GstOMXComponent * comp)
   g_mutex_free (comp->state_lock);
 
   gst_object_unref (comp->parent);
+
+  g_slice_free (GstOMXComponent, comp);
 }
 
 OMX_ERRORTYPE