Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Steve Lhomme
VLC
Commits
32eec09b
Commit
32eec09b
authored
Jul 19, 2013
by
ivoire
Browse files
Fix memory leak (cid #1049576)
parent
75e6888e
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/video_output/vout_intf.c
View file @
32eec09b
...
...
@@ -501,7 +501,10 @@ void vout_EnableFilter( vout_thread_t *p_vout, const char *psz_name,
free
(
psz_parser
);
}
else
{
free
(
psz_string
);
return
;
}
}
else
{
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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