FreeRDP/winpr/tools/hash-cli
Armin Novak 2d58e96dcc Exit main thread with winpr_exit to trigger resource cleanup.
When using pthread_once with destructors they are only called,
if each thread (including the main thread) is exited with pthread_exit.
Introducing winpr_exit as a wrapper for that purpose.
2018-02-12 10:33:02 +01:00
..
CMakeLists.txt Install man pages 2017-01-16 11:34:32 +01:00
hash.c Exit main thread with winpr_exit to trigger resource cleanup. 2018-02-12 10:33:02 +01:00
winpr-hash.1.in Fix typos in man pages. 2017-01-17 13:25:47 +01:00