From: Jim Jagielski Date: Fri, 1 Apr 2011 12:15:49 +0000 (+0000) Subject: wrong stash X-Git-Tag: 2.3.12~117 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c24001681a2787e4858f15a7e2b1aec581761de0;p=apache wrong stash git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1087677 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/modules/slotmem/mod_slotmem_shm.c b/modules/slotmem/mod_slotmem_shm.c index 8b5edad33e..ecb6aba874 100644 --- a/modules/slotmem/mod_slotmem_shm.c +++ b/modules/slotmem/mod_slotmem_shm.c @@ -215,6 +215,8 @@ static apr_status_t cleanup_slotmem(void *param) next = next->next; } } + apr_pool_destroy(gpool); + gpool = NULL; return APR_SUCCESS; }