projects
/
platform
/
upstream
/
gst-omx.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
52a422f
)
omx: Free component structure
author
Sebastian Dröge
<sebastian.droege@collabora.co.uk>
Wed, 10 Aug 2011 07:03:52 +0000
(09:03 +0200)
committer
Sebastian Dröge
<sebastian.droege@collabora.co.uk>
Wed, 10 Aug 2011 07:03:52 +0000
(09:03 +0200)
omx/gstomx.c
patch
|
blob
|
history
diff --git
a/omx/gstomx.c
b/omx/gstomx.c
index 231a0abf6f2562685bcb39c0f38553cafde4bce5..f174e33126a0362b3ed5f7e7e8552ff8ccdc9d9a 100644
(file)
--- a/
omx/gstomx.c
+++ b/
omx/gstomx.c
@@
-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