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-c4023f1b3aa9svn/tags/lighttpd-1.4.11
parent
396d141efb
commit
2882cdea8e
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue