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

Fix f4ad7994

parent 643c8411
...@@ -539,7 +539,6 @@ int vlc_clone (vlc_thread_t *p_handle, void * (*entry) (void *), void *data, ...@@ -539,7 +539,6 @@ int vlc_clone (vlc_thread_t *p_handle, void * (*entry) (void *), void *data,
} }
ResumeThread (hThread); ResumeThread (hThread);
th->handle = hThread;
if (priority) if (priority)
SetThreadPriority (hThread, priority); SetThreadPriority (hThread, priority);
......
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