Browse Source
If i_threads == 0, both are not initialized as the function transcode_video_new returns before the call to vlc_mutex_init and vlc_cond_init. This patch fixes a deadlock on vlc_cond_destroy called with an uninitialized condition variable argument. Signed-off-by: Thomas Guillem <thomas@gllm.fr>pull/43/head
committed by
Thomas Guillem
1 changed files with 5 additions and 2 deletions
Loading…
Reference in new issue