free hostname on shutdown (fixes #844)

git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-1.4.11-ssl-fixes@1294 152afb58-edef-0310-8abb-c4023f1b3aa9
svn/tags/lighttpd-1.4.12
Jan Kneschke 2006-09-13 10:12:31 +00:00
parent 925cb27a14
commit 51db8b5498
1 changed files with 1 additions and 0 deletions

View File

@ -105,6 +105,7 @@ SERVER_FUNC(mod_mysql_vhost_cleanup) {
buffer_free(s->mysock);
buffer_free(s->mysql_pre);
buffer_free(s->mysql_post);
buffer_free(s->hostname);
free(s);
}