fix bug triggered by [680]. reset "used"

git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-merge-1.4.x@685 152afb58-edef-0310-8abb-c4023f1b3aa9
svn/tags/lighttpd-1.4.6
Xuefer 18 years ago
parent 949ab7685e
commit b37a95855f

@ -422,4 +422,5 @@ void plugins_free(server *srv) {
free(srv->plugins.ptr);
srv->plugins.ptr = NULL;
srv->plugins.used = 0;
}

Loading…
Cancel
Save