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

modules/access/cdda.c: Fix an input_item memleak.

parent 1421fa57
......@@ -493,6 +493,7 @@ static int GetTracks( access_t *p_access,
playlist_BothAddInput( p_playlist, p_input_item, p_item_in_category,
PLAYLIST_APPEND, PLAYLIST_END, NULL, NULL,
VLC_FALSE );
vlc_gc_decref( p_input_item );
free( psz_uri ); free( psz_opt ); free( psz_name );
free( psz_first ); free( psz_last );
}
......
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