fixed end of life memleaks (fixes #524)

git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-merge-1.4.x@1020 152afb58-edef-0310-8abb-c4023f1b3aa9
svn/tags/lighttpd-1.4.11
Jan Kneschke 2006-03-04 14:57:35 +00:00
parent 396d141efb
commit 2882cdea8e
1 changed files with 2 additions and 0 deletions

View File

@ -218,6 +218,7 @@ static void server_free(server *srv) {
CLEAN(srvconf.event_handler);
CLEAN(srvconf.pid_file);
CLEAN(srvconf.modules_dir);
CLEAN(srvconf.network_backend);
CLEAN(tmp_chunk_len);
#undef CLEAN
@ -256,6 +257,7 @@ static void server_free(server *srv) {
CLEAN(config_context);
CLEAN(config_touched);
CLEAN(status);
CLEAN(srvconf.upload_tempdirs);
#undef CLEAN
joblist_free(srv, srv->joblist);