Sweden-Number/dlls/mfplat
Giovanni Mascellani b180775121 mfplat: Avoid a race condition when releasing a tracked sample.
Right now, if the same tracked sample is released at the same time
from two different threads it might happen that neither of them calls
the callback, because they might go through the critical section at
the same time (while neither has decremented the reference count yet).

Signed-off-by: Giovanni Mascellani <gmascellani@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2022-05-04 21:27:25 +02:00
..
tests
Makefile.in
buffer.c
main.c
mediatype.c mfplat: Prevent use after free (Coverity). 2022-04-27 16:14:24 +02:00
mfplat.spec
mfplat_private.h
queue.c
sample.c mfplat: Avoid a race condition when releasing a tracked sample. 2022-05-04 21:27:25 +02:00