Commit 7da06741 authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

Fix warning

parent 5423c650
...@@ -123,10 +123,7 @@ static void Close( vlc_object_t *p_this ) ...@@ -123,10 +123,7 @@ static void Close( vlc_object_t *p_this )
{ {
var_DelCallback( p_playlist, "playlist-current", ItemChange, p_this ); var_DelCallback( p_playlist, "playlist-current", ItemChange, p_this );
vlc_object_release( p_playlist ); vlc_object_release( p_playlist );
return VLC_EGENERIC;
} }
} }
/***************************************************************************** /*****************************************************************************
......
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