curl/tests/server
Markus Elfring 29c655c0a6 Bug #149: Deletion of unnecessary checks before calls of the function "free"
The function "free" is documented in the way that no action shall occur for
a passed null pointer. It is therefore not needed that a function caller
repeats a corresponding check.
http://stackoverflow.com/questions/18775608/free-a-null-pointer-anyway-or-check-first

This issue was fixed by using the software Coccinelle 1.0.0-rc24.

Signed-off-by: Markus Elfring <elfring@users.sourceforge.net>
2015-03-16 12:13:56 +01:00
..
.gitignore
base64.pl
CMakeLists.txt cmake: add ENABLE_THREADED_RESOLVER, rename ARES 2014-11-10 09:09:25 +01:00
fake_ntlm.c
getpart.c Bug #149: Deletion of unnecessary checks before calls of the function "free" 2015-03-16 12:13:56 +01:00
getpart.h
Makefile.am
Makefile.inc
resolve.c code/docs: Use correct case for IPv4 and IPv6 2014-12-27 11:31:55 +00:00
rtspd.c Bug #149: Deletion of unnecessary checks before calls of the function "free" 2015-03-16 12:13:56 +01:00
server_setup.h
server_sockaddr.h sws: add UNIX domain socket support 2014-12-04 02:52:18 +01:00
sockfilt.c sockfilt.c: Fixed compilation warnings 2014-12-28 22:34:26 +00:00
sws.c Bug #149: Deletion of unnecessary checks before calls of the function "free" 2015-03-16 12:13:56 +01:00
testpart.c
tftp.h
tftpd.c Bug #149: Deletion of unnecessary checks before calls of the function "free" 2015-03-16 12:13:56 +01:00
util.c
util.h