Commit b59a7716 authored by Pierre Ynard's avatar Pierre Ynard

vlm: use vlc_object_alive()

parent efde90d8
......@@ -421,7 +421,7 @@ static void* Manage( void* p_object )
int canc = vlc_savecancel ();
i_lastcheck = vlm_Date();
while( !vlm->b_die )
while( vlc_object_alive( vlm ) )
{
char **ppsz_scheduled_commands = NULL;
int i_scheduled_commands = 0;
......
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