{
/* If we failed, wait before we are killed, and exit */
WaitDie( p_input );
-
- /* Tell we're dead */
- input_SendEventDead( p_input );
goto exit;
}
End( p_input );
exit:
+ /* Tell we're dead */
+ input_SendEventDead( p_input );
vlc_restorecancel( canc );
return NULL;
}
input_ressource_RequestSout( p_input->p->p_ressource,
p_input->p->p_sout, NULL );
input_ressource_SetInput( p_input->p->p_ressource, NULL );
-
- /* Tell we're dead */
- input_SendEventDead( p_input );
}
/*****************************************************************************