FreeRDP/winpr/libwinpr/utils/collections
Martin Haimberger 008d9f3b79 fixed misc *_free functions to accept NULL
Following types of collections support now
NULL in the free call:

* ArrayList
* BitStream
* ContdownEvent
* Dictionary
* KeyValuePair
* MessageQueue
2015-07-30 07:02:36 -07:00
..
ArrayList.c fixed misc *_free functions to accept NULL 2015-07-30 07:02:36 -07:00
BipBuffer.c libfreerdp-codec: add support for 1bpp image copy 2015-03-16 13:27:27 -04:00
BitStream.c fixed misc *_free functions to accept NULL 2015-07-30 07:02:36 -07:00
BufferPool.c winpr: add checks for *alloc 2015-04-08 11:34:37 +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 xfreerdp: fix egfx multimonitor support 2015-02-10 16:32:07 -05:00
KeyValuePair.c fixed misc *_free functions to accept NULL 2015-07-30 07:02:36 -07:00
LinkedList.c A malloc() pass on WinPR 2015-06-22 19:10:00 +02:00
ListDictionary.c winpr: add checks for *alloc 2015-04-08 11:34:37 +02:00
MessagePipe.c Add checks for some XXX_New and XXX_Add functions 2015-05-18 11:28:00 +02:00
MessageQueue.c fixed misc *_free functions to accept NULL 2015-07-30 07:02:36 -07:00
ObjectPool.c ObjectPool: fix regression 2015-04-14 13:47:23 +02:00
PubSub.c free can handle NULL perfectly fine 2015-05-11 09:07:39 +02:00
Queue.c Fixes for queue and stack 2014-04-18 16:27:51 +02:00
Reference.c Fixed leaks, NULL dereferences and broken init. 2015-06-23 21:29:21 +02:00
Stack.c libwinpr: fix incorrect usage of realloc. 2015-03-11 14:59:56 +08:00
StreamPool.c winpr: add checks for *alloc 2015-04-08 11:34:37 +02:00