Loading modules/aaa/mod_auth.c +1 −1 Original line number Diff line number Diff line Loading @@ -173,7 +173,7 @@ static apr_table_t *groups_for_user(apr_pool_t *p, char *user, char *grpfile) if ((l[0] == '#') || (!l[0])) continue; ll = l; apr_clear_pool(sp); apr_pool_clear(sp); group_name = ap_getword(sp, &ll, ':'); Loading modules/aaa/mod_auth_digest.c +1 −1 Original line number Diff line number Diff line Loading @@ -1795,7 +1795,7 @@ static apr_table_t *groups_for_user(request_rec *r, const char *user, if ((l[0] == '#') || (!l[0])) continue; ll = l; apr_clear_pool(sp); apr_pool_clear(sp); group_name = ap_getword(sp, &ll, ':'); Loading modules/generators/mod_autoindex.c +1 −1 Original line number Diff line number Diff line Loading @@ -1373,7 +1373,7 @@ static void output_directories(struct ent **ar, int n, char *anchor, *t, *t2; int nwidth; apr_clear_pool(scratch); apr_pool_clear(scratch); if (is_parent(ar[x]->name)) { t = ap_make_full_path(scratch, name, "../"); Loading modules/test/mod_autoindex.c +1 −1 Original line number Diff line number Diff line Loading @@ -1372,7 +1372,7 @@ static void output_directories(struct ent **ar, int n, char *anchor, *t, *t2; int nwidth; apr_clear_pool(scratch); apr_pool_clear(scratch); if (is_parent(ar[x]->name)) { t = ap_make_full_path(scratch, name, "../"); Loading server/main.c +3 −3 Original line number Diff line number Diff line Loading @@ -392,14 +392,14 @@ int main(int argc, const char * const argv[]) ap_log_error(APLOG_MARK, APLOG_STARTUP | APLOG_NOERRNO, 0, NULL, "Syntax OK\n"); destroy_and_exit_process(process, 0); } apr_clear_pool(plog); apr_pool_clear(plog); ap_run_open_logs(pconf, plog, ptemp, server_conf); ap_post_config_hook(pconf, plog, ptemp, server_conf); apr_pool_destroy(ptemp); for (;;) { apr_hook_deregister_all(); apr_clear_pool(pconf); apr_pool_clear(pconf); for (mod = ap_prelinked_modules; *mod != NULL; mod++) { ap_register_hooks(*mod, pconf); } Loading @@ -418,7 +418,7 @@ int main(int argc, const char * const argv[]) ap_fixup_virtual_hosts(pconf, server_conf); ap_fini_vhost_config(pconf, server_conf); apr_sort_hooks(); apr_clear_pool(plog); apr_pool_clear(plog); ap_run_open_logs(pconf, plog, ptemp, server_conf); ap_post_config_hook(pconf, plog, ptemp, server_conf); apr_pool_destroy(ptemp); Loading Loading
modules/aaa/mod_auth.c +1 −1 Original line number Diff line number Diff line Loading @@ -173,7 +173,7 @@ static apr_table_t *groups_for_user(apr_pool_t *p, char *user, char *grpfile) if ((l[0] == '#') || (!l[0])) continue; ll = l; apr_clear_pool(sp); apr_pool_clear(sp); group_name = ap_getword(sp, &ll, ':'); Loading
modules/aaa/mod_auth_digest.c +1 −1 Original line number Diff line number Diff line Loading @@ -1795,7 +1795,7 @@ static apr_table_t *groups_for_user(request_rec *r, const char *user, if ((l[0] == '#') || (!l[0])) continue; ll = l; apr_clear_pool(sp); apr_pool_clear(sp); group_name = ap_getword(sp, &ll, ':'); Loading
modules/generators/mod_autoindex.c +1 −1 Original line number Diff line number Diff line Loading @@ -1373,7 +1373,7 @@ static void output_directories(struct ent **ar, int n, char *anchor, *t, *t2; int nwidth; apr_clear_pool(scratch); apr_pool_clear(scratch); if (is_parent(ar[x]->name)) { t = ap_make_full_path(scratch, name, "../"); Loading
modules/test/mod_autoindex.c +1 −1 Original line number Diff line number Diff line Loading @@ -1372,7 +1372,7 @@ static void output_directories(struct ent **ar, int n, char *anchor, *t, *t2; int nwidth; apr_clear_pool(scratch); apr_pool_clear(scratch); if (is_parent(ar[x]->name)) { t = ap_make_full_path(scratch, name, "../"); Loading
server/main.c +3 −3 Original line number Diff line number Diff line Loading @@ -392,14 +392,14 @@ int main(int argc, const char * const argv[]) ap_log_error(APLOG_MARK, APLOG_STARTUP | APLOG_NOERRNO, 0, NULL, "Syntax OK\n"); destroy_and_exit_process(process, 0); } apr_clear_pool(plog); apr_pool_clear(plog); ap_run_open_logs(pconf, plog, ptemp, server_conf); ap_post_config_hook(pconf, plog, ptemp, server_conf); apr_pool_destroy(ptemp); for (;;) { apr_hook_deregister_all(); apr_clear_pool(pconf); apr_pool_clear(pconf); for (mod = ap_prelinked_modules; *mod != NULL; mod++) { ap_register_hooks(*mod, pconf); } Loading @@ -418,7 +418,7 @@ int main(int argc, const char * const argv[]) ap_fixup_virtual_hosts(pconf, server_conf); ap_fini_vhost_config(pconf, server_conf); apr_sort_hooks(); apr_clear_pool(plog); apr_pool_clear(plog); ap_run_open_logs(pconf, plog, ptemp, server_conf); ap_post_config_hook(pconf, plog, ptemp, server_conf); apr_pool_destroy(ptemp); Loading