Author :
Joel Linn
Date :
2020-12-23 13:36:23
Hash :2b040ceb Message :Atomic test: Fix use after free
SDL_SemPost() was called by the FIFO threads after the semaphore was
freed because the main thread actually synchronized on the
`writerRunning`/`readersRunning` count and not the semaphores itself.