Commit 2cc97f52 authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

debug message accessed free'd structure causing a segmentation fault

parent ad4db76b
......@@ -896,8 +896,7 @@ static void End( input_thread_t * p_input )
vlc_value_t val;
int i;
msg_Dbg( p_input, "closing `%s'",
p_input->input.p_item->psz_uri );
msg_Dbg( p_input, "closing input" );
/* We are at the end */
p_input->i_state = END_S;
......
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