Skip to content

Commit fe3840c

Browse files
author
Bill Stoddard
committed
Pass sconf into the cleanup...
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95138 13f79535-47bb-0310-9956-ffa450edef68
1 parent ff32543 commit fe3840c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

modules/experimental/mod_mem_cache.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -298,7 +298,7 @@ static void *create_cache_config(apr_pool_t *p, server_rec *s)
298298
sconf->max_cache_size = DEFAULT_MAX_CACHE_SIZE;
299299
sconf->cache_size = 0;
300300

301-
apr_pool_cleanup_register(p, NULL, cleanup_cache_mem, apr_pool_cleanup_null);
301+
apr_pool_cleanup_register(p, sconf, cleanup_cache_mem, apr_pool_cleanup_null);
302302

303303
return sconf;
304304
}

0 commit comments

Comments
 (0)