dfhack/depends/tthread
Ben Lubar 700392ba55 Fix tinythread memory leak in two ways:
1. update to tinythread version 1.1, which provides a detach method
2. move the thread disassociation to the join function, which allows
attached threads to be joined even after they finish (this was the main
leak)

Also update RemoteServer.cpp to detach threads and delete the thread
objects instead of leaking them (although they are much smaller than the
actual threads).
2016-05-21 19:17:08 -05:00
..
CMakeLists.txt Added headers to tinythread cmake so that ide would show them. 2013-06-29 12:23:21 +03:00
fast_mutex.h Fix tinythread memory leak in two ways: 2016-05-21 19:17:08 -05:00
tinythread.cpp Fix tinythread memory leak in two ways: 2016-05-21 19:17:08 -05:00
tinythread.h Fix tinythread memory leak in two ways: 2016-05-21 19:17:08 -05:00