Commit edecc3be authored by Pierre d'Herbemont's avatar Pierre d'Herbemont

modules/demux/playlist/xspf.c: Show where the input_item leak comes from. (funman can fix that?)

parent f3903fca
...@@ -552,6 +552,7 @@ static vlc_bool_t parse_track_node COMPLEX_INTERFACE ...@@ -552,6 +552,7 @@ static vlc_bool_t parse_track_node COMPLEX_INTERFACE
free( psz_uri ); free( psz_uri );
psz_uri = psz_tmp; psz_uri = psz_tmp;
} }
/* FIXME: We are leaking that one */
p_new_input = input_ItemNewExt( p_playlist, psz_uri, p_new_input = input_ItemNewExt( p_playlist, psz_uri,
NULL, 0, NULL, -1 ); NULL, 0, NULL, -1 );
free( psz_uri ); free( psz_uri );
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment