fix resource leaks in error cases on config parsing and other initializations
commitfba7dd6f4320701e158e46d2fbbb9eeadb9de33f
authorStefan Bühler <stbuehler@web.de>
Fri, 14 Feb 2014 21:06:19 +0000 (14 21:06 +0000)
committerStefan Bühler <stbuehler@web.de>
Fri, 14 Feb 2014 21:06:19 +0000 (14 21:06 +0000)
tree394ec14ea2df9ce86a88e9abde78141dcbf3f900
parentbf10267807dfef751276c728da091990fae54091
fix resource leaks in error cases on config parsing and other initializations

  None of this matters - lighttpd will terminate anyway. Still helps the
  code to get cleaner, and makes reviewing output of static analyzers
  easier.

From: Stefan Bühler <stbuehler@web.de>

git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-1.4.x@2947 152afb58-edef-0310-8abb-c4023f1b3aa9
NEWS
src/configfile.c
src/mod_fastcgi.c
src/mod_proxy.c
src/mod_scgi.c
src/network.c