Commit Graph

7 Commits

Author SHA1 Message Date
Marc-André Moreau
8e88983a62 libfreerdp-utils: re-introduce free(NULL) check in xfree() 2012-02-09 20:32:08 -05:00
Alexis Moinet
5ca9a37f68 remove redundant if(NULL) checks (already checked inside of cache_free and rail_free)
Besides "ptr=NULL; free(ptr);" does nothing so no need to check for NULL in xfree()
2012-02-03 15:27:04 +01:00
Marc-André Moreau
589e9e1142 xfreerdp-server: add event queue 2012-01-30 22:46:02 -05:00
Vic Lee
7b2f737cee libfreerdp-utils/memory: add a pointer check in xstrdup. 2011-09-25 11:49:09 +08:00
Vic Lee
ac1c74f859 libfreerdp-utils/memory: add a handy macro xnew; fix some code style. 2011-07-13 22:13:00 +08:00
Marc-André Moreau
ccaa0d33ed libfreerdp-core: protocol security negotiation partially working 2011-07-03 12:42:35 -04:00
Marc-André Moreau
57d5e7555c libfreerdp-utils: initial commit 2011-06-30 18:24:37 -04:00