Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Steve Lhomme
VLC
Commits
54ccfb30
Commit
54ccfb30
authored
Aug 27, 2009
by
ivoire
Browse files
video_filter_logo: fix memleak.
parent
41a095a6
Changes
1
Hide whitespace changes
Inline
Side-by-side
modules/video_filter/logo.c
View file @
54ccfb30
...
...
@@ -721,6 +721,7 @@ static void LogoListUnload( logo_list_t *p_list )
picture_Release
(
p_logo
->
p_pic
);
p_logo
->
p_pic
=
NULL
;
}
free
(
p_logo
);
}
}
...
...
Write
Preview
Supports
Markdown
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