FreeRDP/winpr/libwinpr/handle
Armin Novak 32e5407b43 Ignore INVALID_HANDLE_VALUE during clang scanbuild runs.
The value INVALID_HANDLE_VALUE could in theory be a valid memory address,
so the analyzer is confused and thinks either we have a memroy leak
or we try to free a fixed address.
2019-02-21 12:21:51 +01:00
..
CMakeLists.txt fixing memoryleak by introducing a nonehandle 2014-12-01 23:53:58 -08:00
handle.c Added write event support to handle functions. 2015-07-03 09:29:18 +02:00
handle.h Ignore INVALID_HANDLE_VALUE during clang scanbuild runs. 2019-02-21 12:21:51 +01:00
ModuleOptions.cmake libwinpr: add module definition files 2012-09-21 13:02:54 -04:00
nonehandle.c Fixed warnings of uninitialized struct values. 2018-10-24 13:25:18 +02:00
nonehandle.h fixing memoryleak by introducing a nonehandle 2014-12-01 23:53:58 -08:00