FreeRDP/winpr/libwinpr/handle
Norbert Federa aac57e7e72 winpr: CloseHandle did not release the thread TCB
This resulted in huge memory leaks - 8MB per thread, depending on
the system's default stack size.
The leak happend even if CloseHandle() was correctly used to "detach"
the thread but WaitForSingleObject was never called.
2014-07-10 12:28:35 +02:00
..
CMakeLists.txt winpr: fix ranlib missing symbols warnings on OS X 2014-05-09 22:44:19 -04:00
handle.c winpr: CloseHandle did not release the thread TCB 2014-07-10 12:28:35 +02:00
handle.h Revert "winpr-handle: removed RegisterHandleCloseCb() which would require a better synchronization" 2014-07-02 16:57:20 +02:00
module.def winpr: stubbed pipe module, added some test stubs 2012-10-07 16:13:30 -04:00
ModuleOptions.cmake libwinpr: add module definition files 2012-09-21 13:02:54 -04:00