Commit 1cc00146 authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

vlc_object_kill: cancel the thread

parent f7e7e079
......@@ -584,6 +584,7 @@ void __vlc_object_kill( vlc_object_t *p_this )
vlc_object_internals_t *priv = vlc_internals( p_this );
int fd;
vlc_thread_cancel( p_this );
vlc_object_lock( p_this );
p_this->b_die = true;
......
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