Index: tables/apr_hash.c
===================================================================
--- tables/apr_hash.c	(revision 817825)
+++ tables/apr_hash.c	(working copy)
@@ -311,7 +311,7 @@
     apr_hash_entry_t *new_vals;
     unsigned int i, j;
 
-    if (apr_pool_create(&array_pool, ht->pool) != APR_SUCCESS)
+    if (apr_pool_create(&array_pool, pool) != APR_SUCCESS)
         return NULL;
 
     ht = apr_palloc(pool, sizeof(apr_hash_t) +
