only cleanup conditional contextes which are already setup
git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-merge-1.4.x@725 152afb58-edef-0310-8abb-c4023f1b3aa9svn/tags/lighttpd-1.4.6
parent
eacec21ab5
commit
6fa5bb1138
|
@ -53,6 +53,8 @@ FREE_FUNC(mod_indexfile_free) {
|
|||
size_t i;
|
||||
for (i = 0; i < srv->config_context->used; i++) {
|
||||
plugin_config *s = p->config_storage[i];
|
||||
|
||||
if (!s) continue;
|
||||
|
||||
array_free(s->indexfiles);
|
||||
|
||||
|
|
Loading…
Reference in New Issue