]> git.ipfire.org Git - thirdparty/squid.git/commit - src/servers/FtpServer.cc
Cleanup: fix various uninitialized class members
authorAmos Jeffries <squid3@treenet.co.nz>
Mon, 29 Sep 2014 05:13:17 +0000 (22:13 -0700)
committerAmos Jeffries <squid3@treenet.co.nz>
Mon, 29 Sep 2014 05:13:17 +0000 (22:13 -0700)
commit4579a6d0759644dc71b583c0ab480ffd4ef57d42
tree3f6981cb799d0e6f0247e5bc769b426295e31a22
parent42beec472b4a43e07cd2e9fc0b5f703f12ed96b3
Cleanup: fix various uninitialized class members

Also, simplify some destructors. xfree() is faster than
safe_free() and both are ok in a destructor.

  Detected by Coverity Scan. Issue 971423, 11354441135445,
    123135312313541231355123135612345031241504,
    740531, 740566
src/AccessLogEntry.h
src/Notes.h
src/acl/Acl.h
src/adaptation/icap/Config.cc
src/client_side.cc
src/clients/Client.cc
src/clients/FtpGateway.cc
src/clients/FtpRelay.cc
src/helper/Request.h
src/htcp.cc
src/servers/FtpServer.cc