RandyGaul / cute_headers

Collection of cross-platform one-file C/C++ libraries with no dependencies, primarily used for games
4.24k stars 264 forks source link

Fix segmentation fault when cs_shutdown #330

Closed roig closed 1 year ago

roig commented 1 year ago

This fixes a segmentation fault when using non windows platforms if a thread was spawned. Now the thread is correctly finalized.