Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
George Kiagiadakis
gst-plugins-base
Commits
4ae30538
Commit
4ae30538
authored
Feb 19, 2011
by
David Schleef
Committed by
Wim Taymans
Jun 15, 2011
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[MOVED FROM BAD 57/68] colorspace: Fix memleak
parent
3c73b42c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
0 deletions
+4
-0
gst/colorspace/gstcolorspace.c
gst/colorspace/gstcolorspace.c
+4
-0
No files found.
gst/colorspace/gstcolorspace.c
View file @
4ae30538
...
...
@@ -229,6 +229,10 @@ gst_csp_set_caps (GstBaseTransform * btrans, GstCaps * incaps,
space
=
GST_CSP
(
btrans
);
if
(
space
->
convert
)
{
colorspace_convert_free
(
space
->
convert
);
}
/* input caps */
ret
=
gst_video_format_parse_caps
(
incaps
,
&
in_format
,
&
in_width
,
&
in_height
);
...
...
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