projects
/
platform
/
upstream
/
gst-plugins-good.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ce64f0e
)
v4l2: Remove a trailing whitespace
author
Zeeshan Ali
<zeenix@collabora.co.uk>
Sun, 19 Aug 2018 13:39:16 +0000
(15:39 +0200)
committer
Zeeshan Ali
<zeenix@collabora.co.uk>
Sun, 19 Aug 2018 13:39:16 +0000
(15:39 +0200)
Otherwise, the latest gst-indent check doesn't pass.
sys/v4l2/gstv4l2object.c
patch
|
blob
|
history
diff --git
a/sys/v4l2/gstv4l2object.c
b/sys/v4l2/gstv4l2object.c
index c6e74b02a0bf3f76ffb74f4602a5f76e198390db..39b696a65ffb7b2cc3c7584bea08395aca50fa4b 100644
(file)
--- a/
sys/v4l2/gstv4l2object.c
+++ b/
sys/v4l2/gstv4l2object.c
@@
-926,7
+926,7
@@
gst_v4l2_object_close (GstV4l2Object * v4l2object)
g_free (v4l2object->par);
v4l2object->par = NULL;
}
-
+
if (v4l2object->channel) {
g_free (v4l2object->channel);
v4l2object->channel = NULL;