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
Gautam Chitnis
web-ui-redesign
Commits
edecc3be
Commit
edecc3be
authored
Dec 23, 2007
by
Pierre d'Herbemont
Browse files
modules/demux/playlist/xspf.c: Show where the input_item leak comes from. (funman can fix that?)
parent
f3903fca
Changes
1
Hide whitespace changes
Inline
Side-by-side
modules/demux/playlist/xspf.c
View file @
edecc3be
...
...
@@ -552,6 +552,7 @@ static vlc_bool_t parse_track_node COMPLEX_INTERFACE
free
(
psz_uri
);
psz_uri
=
psz_tmp
;
}
/* FIXME: We are leaking that one */
p_new_input
=
input_ItemNewExt
(
p_playlist
,
psz_uri
,
NULL
,
0
,
NULL
,
-
1
);
free
(
psz_uri
);
...
...
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