Recycle the mptmp pool (trac #43).

This commit is contained in:
brectanus 2007-03-20 22:15:19 +00:00
parent 8876a03ab1
commit 09b704f114

View File

@ -306,6 +306,9 @@ struct modsec_rec {
/* other */
apr_table_t *collections;
apr_table_t *collections_dirty;
/* rule processing temp pool */
apr_pool_t *msc_rule_mptmp;
};
struct directory_config {