Commit 94eaa50f authored by Laurent Aimar's avatar Laurent Aimar

Add missing vlc_restorecancel in input.

parent b535e99b
...@@ -506,6 +506,7 @@ static void* Run( vlc_object_t *p_this ) ...@@ -506,6 +506,7 @@ static void* Run( vlc_object_t *p_this )
/* Tell we're dead */ /* Tell we're dead */
p_input->b_dead = true; p_input->b_dead = true;
vlc_restorecancel( canc );
return NULL; return NULL;
} }
......
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