diff options
author | Yann Ylavic <ylavic@apache.org> | 2020-04-16 14:32:33 +0200 |
---|---|---|
committer | Yann Ylavic <ylavic@apache.org> | 2020-04-16 14:32:33 +0200 |
commit | f461bcf12cab094245341b66ff69d3556c17f4bb (patch) | |
tree | 0f724a9e066d3edce093fca25d2967abb3ad9f15 /modules/arch | |
parent | Axe remainder from r1875947. (diff) | |
download | apache2-f461bcf12cab094245341b66ff69d3556c17f4bb.tar.xz apache2-f461bcf12cab094245341b66ff69d3556c17f4bb.zip |
Add missing pool tags to help debugging.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1876599 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'modules/arch')
-rw-r--r-- | modules/arch/win32/mod_isapi.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/arch/win32/mod_isapi.c b/modules/arch/win32/mod_isapi.c index 23e6a68a54..5592a5744e 100644 --- a/modules/arch/win32/mod_isapi.c +++ b/modules/arch/win32/mod_isapi.c @@ -1692,6 +1692,7 @@ static int isapi_pre_config(apr_pool_t *pconf, apr_pool_t *plog, apr_pool_t *pte "could not create the isapi cache pool"); return APR_EGENERAL; } + apr_pool_tag(loaded.pool, "mod_isapi_load"); loaded.hash = apr_hash_make(loaded.pool); if (!loaded.hash) { |