Commit efde90d8 authored by Pierre Ynard's avatar Pierre Ynard

Revert "VLM: remove dummy vlc_object_kill()"

This reverts commit 72cae4dd.
vlc_object_kill() is in fact needed because the main loop does check
b_die.
Signed-off-by: default avatarPierre Ynard <linkfanel@yahoo.fr>
parent 97ec6344
......@@ -233,6 +233,8 @@ void vlm_Delete( vlm_t *p_vlm )
TAB_CLEAN( p_vlm->i_schedule, p_vlm->schedule );
vlc_mutex_unlock( &p_vlm->lock );
vlc_object_kill( p_vlm );
if( p_vlm->p_vod )
{
module_unneed( p_vlm->p_vod, p_vlm->p_vod->p_module );
......
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