From: Greg Stein Date: Tue, 18 Sep 2001 03:46:13 +0000 (+0000) Subject: Need to store the pool into the xmlns structure. X-Git-Tag: 2.0.26~233 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=cda0c40674e9a5180a3655eac531c7bdff85ee76;p=apache 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 --- 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);