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
be378fbc
Commit
be378fbc
authored
Jul 31, 2008
by
ivoire
Browse files
Clone video filter : fix potential memleak.
parent
7686840e
Changes
1
Hide whitespace changes
Inline
Side-by-side
modules/video_filter/clone.c
View file @
be378fbc
...
...
@@ -160,7 +160,7 @@ static int Create( vlc_object_t *p_this )
*
sizeof
(
char
*
)
);
if
(
!
p_vout
->
p_sys
->
ppsz_vout_list
)
{
msg_Err
(
p_vout
,
"out of memory"
);
free
(
psz_clonelist
);
free
(
p_vout
->
p_sys
);
return
VLC_ENOMEM
;
}
...
...
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