pool. Hence close the propdb *after* dav_stream_response which clears thei
probdb pool.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1842010 13f79535-47bb-0310-9956-
ffa450edef68
: DAV_PROP_INSERT_NAME;
propstats = dav_get_allprops(propdb, what);
}
- dav_close_propdb(propdb);
-
dav_stream_response(wres, 0, &propstats, ctx->scratchpool);
+ dav_close_propdb(propdb);
+
/* at this point, ctx->scratchpool has been used to stream a
single response. this function fully controls the pool, and
thus has the right to clear it for the next iteration of this