]> granicus.if.org Git - apache/commitdiff
Need to store the pool into the xmlns structure.
authorGreg Stein <gstein@apache.org>
Tue, 18 Sep 2001 03:46:13 +0000 (03:46 +0000)
committerGreg Stein <gstein@apache.org>
Tue, 18 Sep 2001 03:46:13 +0000 (03:46 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@91063 13f79535-47bb-0310-9956-ffa450edef68

modules/dav/main/util.c

index 1fda3b2699f7f228d69f399252564848c605b08e..80224d9950aea0e915dff50fc4e6e78de52682fc 100644 (file)
@@ -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);