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
GSoC
GSoC2018
macOS
vlc
Commits
564cbe7b
Commit
564cbe7b
authored
Jul 15, 2009
by
ivoire
Browse files
itml: fix memleak.
parent
25def74f
Changes
1
Show whitespace changes
Inline
Side-by-side
modules/demux/playlist/itml.c
View file @
564cbe7b
...
...
@@ -266,6 +266,7 @@ static bool parse_dict( demux_t *p_demux, input_item_t *p_input_item,
/* special case: key */
if
(
!
strcmp
(
p_handler
->
name
,
"key"
)
)
{
free
(
psz_key
);
psz_key
=
strdup
(
psz_value
);
}
/* call the simple handler */
...
...
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