FreeRDP/winpr/tools/makecert-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 Exit main thread with winpr_exit to trigger resource cleanup. 2018-02-12 10:33:02 +01:00
main.c Exit main thread with winpr_exit to trigger resource cleanup. 2018-02-12 10:33:02 +01:00
winpr-makecert.1.in Fix warning in man pages 2017-08-03 08:41:50 +02:00