]> granicus.if.org Git - apache/commitdiff
wrong stash
authorJim Jagielski <jim@apache.org>
Fri, 1 Apr 2011 12:15:49 +0000 (12:15 +0000)
committerJim Jagielski <jim@apache.org>
Fri, 1 Apr 2011 12:15:49 +0000 (12:15 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1087677 13f79535-47bb-0310-9956-ffa450edef68

modules/slotmem/mod_slotmem_shm.c

index 8b5edad33ef3665fc0a7de94b3642c19e72874e3..ecb6aba87431b767e48c422106b976b29cd3ab94 100644 (file)
@@ -215,6 +215,8 @@ static apr_status_t cleanup_slotmem(void *param)
             next = next->next;
         }
     }
+    apr_pool_destroy(gpool);
+    gpool = NULL;
     return APR_SUCCESS;
 }