From cda0c40674e9a5180a3655eac531c7bdff85ee76 Mon Sep 17 00:00:00 2001 From: Greg Stein Date: Tue, 18 Sep 2001 03:46:13 +0000 Subject: [PATCH] Need to store the pool into the xmlns structure. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@91063 13f79535-47bb-0310-9956-ffa450edef68 --- modules/dav/main/util.c | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/dav/main/util.c b/modules/dav/main/util.c index 1fda3b2699..80224d9950 100644 --- a/modules/dav/main/util.c +++ b/modules/dav/main/util.c @@ -404,6 +404,7 @@ DAV_DECLARE(dav_xmlns_info *) dav_xmlns_create(apr_pool_t *pool) { dav_xmlns_info *xi = apr_pcalloc(pool, sizeof(*xi)); + xi->pool = pool; xi->uri_prefix = apr_hash_make(pool); xi->prefix_uri = apr_hash_make(pool); -- 2.40.0