Commit 2b040cebbe2e40db011b0bc64620528c8636594a

Joel Linn 2020-12-23T13:36:23

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.