mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-23 18:21:04 +00:00
omx: Free component structure
This commit is contained in:
parent
52a422f637
commit
9678efdf88
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue