FreeRDP/winpr/libwinpr/utils/collections
Norbert Federa 0572572eb9 fix issue with fnObjectFree and related casts
- remove unnecessary/dangerous OBJECT_xxx function-style casts
- fix -Wstrict-prototypes issue with OBJECT_NEW_FN definition
2018-10-19 11:30:01 +02:00
..
ArrayList.c USe const compare function pointer arguments 2018-10-18 09:06:55 +02:00
BipBuffer.c winpr: initial port to Universal Windows Platform (UWP) 2016-02-05 16:28:45 -05:00
BitStream.c winpr: initial port to Universal Windows Platform (UWP) 2016-02-05 16:28:45 -05:00
BufferPool.c Fixed clang malloc integer overflow warnings. 2017-07-20 09:29:48 +02:00
CountdownEvent.c fixed misc *_free functions to accept NULL 2015-07-30 07:02:36 -07:00
Dictionary.c fixed misc *_free functions to accept NULL 2015-07-30 07:02:36 -07:00
HashTable.c Fix #4239: Various memory leaks 2017-12-12 11:40:48 +01:00
KeyValuePair.c fixed misc *_free functions to accept NULL 2015-07-30 07:02:36 -07:00
LinkedList.c USe const compare function pointer arguments 2018-10-18 09:06:55 +02:00
ListDictionary.c USe const compare function pointer arguments 2018-10-18 09:06:55 +02:00
MessagePipe.c Add checks for some XXX_New and XXX_Add functions 2015-05-18 11:28:00 +02:00
MessageQueue.c Clear message queue on free. 2018-02-09 10:29:18 +01:00
ObjectPool.c fix issue with fnObjectFree and related casts 2018-10-19 11:30:01 +02:00
PubSub.c Fixed resizing of PubSub 2017-09-25 13:33:04 +02:00
Queue.c USe const compare function pointer arguments 2018-10-18 09:06:55 +02:00
Reference.c Fixed leaks, NULL dereferences and broken init. 2015-06-23 21:29:21 +02:00
Stack.c USe const compare function pointer arguments 2018-10-18 09:06:55 +02:00
StreamPool.c winpr: add checks for *alloc 2015-04-08 11:34:37 +02:00