Commit 3cc31666 authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

lib: remove no-op

parent 6e6873d3
......@@ -1372,7 +1372,6 @@ int libvlc_media_player_get_full_title_descriptions( libvlc_media_player_t *p_mi
if( unlikely(p_title == NULL) )
{
libvlc_title_descriptions_release( *pp_titles, ci_title_count );
free( p_title );
return -1;
}
(*pp_titles)[i] = p_title;
......
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