]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
* modules/dav/main/mod_dav.c (dav_send_multistatus): Tag the pool.
authorJoe Orton <jorton@apache.org>
Tue, 25 Jun 2019 09:00:13 +0000 (09:00 +0000)
committerJoe Orton <jorton@apache.org>
Tue, 25 Jun 2019 09:00:13 +0000 (09:00 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1862042 13f79535-47bb-0310-9956-ffa450edef68

modules/dav/main/mod_dav.c

index a6cc321f77052499101d40dffcca31bdec2413a4..7fb8b5878c39f26b662a9d83303c8ba96b1c5d4d 100644 (file)
@@ -563,6 +563,7 @@ DAV_DECLARE(void) dav_send_multistatus(request_rec *r, int status,
     dav_begin_multistatus(bb, r, status, namespaces);
 
     apr_pool_create(&subpool, r->pool);
+    apr_pool_tag(subpool, "mod_dav-multistatus");
 
     for (; first != NULL; first = first->next) {
       apr_pool_clear(subpool);