Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
G
gst-plugins-base
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Labels
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Commits
Open sidebar
George Kiagiadakis
gst-plugins-base
Commits
3c73b42c
Commit
3c73b42c
authored
Feb 15, 2011
by
David Schleef
Committed by
Wim Taymans
Jun 15, 2011
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[MOVED FROM BAD 56/68] colorspace: Fix memory leak
parent
be7f42f0
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
0 deletions
+7
-0
gst/colorspace/gstcolorspace.c
gst/colorspace/gstcolorspace.c
+7
-0
No files found.
gst/colorspace/gstcolorspace.c
View file @
3c73b42c
...
...
@@ -407,7 +407,14 @@ gst_csp_base_init (gpointer klass)
static
void
gst_csp_finalize
(
GObject
*
obj
)
{
GstCsp
*
space
=
GST_CSP
(
obj
);
if
(
space
->
convert
)
{
colorspace_convert_free
(
space
->
convert
);
}
G_OBJECT_CLASS
(
parent_class
)
->
finalize
(
obj
);
}
static
void
...
...
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