Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
apr_table: Use APR_TABLE_POOL_DEBUG rather than general APR_POOL_DEBUG
Entries need not necessarily be allocated on the table's pool or an ancestor to have the correct lifetime, the pool they are allocated on just shouldn't be destroyed before the table. Don't prevent users that know what they are doing with apr_tables to enable APR_POOL_DEBUG for the rest of their code, while APR_TABLE_POOL_DEBUG can be used to enable the apr_tables specific lifetime/ancestor checks now. git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@1918670 13f79535-47bb-0310-9956-ffa450edef68
- Loading branch information