Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
George Kiagiadakis
gst-plugins-good
Commits
5f10d2b4
Commit
5f10d2b4
authored
May 14, 2014
by
Nicolas Dufresne
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
v4l2transform: Don't leak pool if activation failed
https://bugzilla.gnome.org/show_bug.cgi?id=730207
parent
a4b5811d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
sys/v4l2/gstv4l2transform.c
sys/v4l2/gstv4l2transform.c
+1
-0
No files found.
sys/v4l2/gstv4l2transform.c
View file @
5f10d2b4
...
...
@@ -511,6 +511,7 @@ beach:
activate_failed:
GST_ELEMENT_ERROR
(
self
,
RESOURCE
,
SETTINGS
,
(
"failed to activate bufferpool"
),
(
"failed to activate bufferpool"
));
g_object_unref
(
pool
);
return
GST_FLOW_ERROR
;
alloc_failed:
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment