decoder: fix data race
commit1e82322d41bb1439a127db5842abd6bf50675ae8
authorThomas Guillem <thomas@gllm.fr>
Thu, 12 Jul 2018 16:27:55 +0000 (12 18:27 +0200)
committerThomas Guillem <thomas@gllm.fr>
Thu, 12 Jul 2018 16:48:18 +0000 (12 18:48 +0200)
tree71efb6dce032e6f4705bca9b7acc768ac5f1f216
parentef346f2091e3c395d6e50a5c62e2f0f7e51d80fd
decoder: fix data race

p_owner->b_draining need to be protected by the fifo lock.
src/input/decoder.c