Commit 0cc8937f authored by Christophe Mutricy's avatar Christophe Mutricy

Oups

parent 23a3d91d
...@@ -107,14 +107,12 @@ static void Close( vlc_object_t *p_this ) ...@@ -107,14 +107,12 @@ static void Close( vlc_object_t *p_this )
playlist_t *p_playlist = (playlist_t *)vlc_object_find( playlist_t *p_playlist = (playlist_t *)vlc_object_find(
p_this, VLC_OBJECT_PLAYLIST, FIND_ANYWHERE ); p_this, VLC_OBJECT_PLAYLIST, FIND_ANYWHERE );
msg_Err(p_this, "before playlist");
if( p_playlist ) if( p_playlist )
{ {
msg_Err(p_this, "before delete callback");
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 );
} }
msg_Err(p_this, "before uninit");
notify_uninit(); notify_uninit();
} }
......
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