cleanup errorfile_prefix properly

git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-1.3.x@449 152afb58-edef-0310-8abb-c4023f1b3aa9
svn/tags/lighttpd-1.3.15
Jan Kneschke 18 years ago
parent dd72afb2d9
commit 5400111ca3

@ -242,6 +242,7 @@ static void server_free(server *srv) {
buffer_free(s->ssl_pemfile);
buffer_free(s->ssl_ca_file);
buffer_free(s->error_handler);
buffer_free(s->errorfile_prefix);
buffer_free(s->dirlist_css);
buffer_free(s->dirlist_encoding);
array_free(s->indexfiles);

Loading…
Cancel
Save