]> granicus.if.org Git - apache/commitdiff
* modules/dav/main/mod_dav.c (dav_method_propfind): Tag the scratchpool.
authorJoe Orton <jorton@apache.org>
Thu, 15 Nov 2018 13:19:32 +0000 (13:19 +0000)
committerJoe Orton <jorton@apache.org>
Thu, 15 Nov 2018 13:19:32 +0000 (13:19 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1846651 13f79535-47bb-0310-9956-ffa450edef68

modules/dav/main/mod_dav.c

index c1619d82e316535f638b2e20fe48a9f4877398ae..54a3eb5531b534e990d08918ac1881a37e2303c4 100644 (file)
@@ -2160,6 +2160,7 @@ static int dav_method_propfind(request_rec *r)
     ctx.r = r;
     ctx.bb = apr_brigade_create(r->pool, r->connection->bucket_alloc);
     apr_pool_create(&ctx.scratchpool, r->pool);
+    apr_pool_tag(ctx.scratchpool, "mod_dav-scratch");
 
     /* ### should open read-only */
     if ((err = dav_open_lockdb(r, 0, &ctx.w.lockdb)) != NULL) {