omx: Free component structure

This commit is contained in:
Sebastian Dröge 2011-08-10 09:03:52 +02:00
parent 52a422f637
commit 9678efdf88

View 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