mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-08-13 21:36:00 +03:00
Recycle the mptmp pool (trac #43).
This commit is contained in:
parent
8876a03ab1
commit
09b704f114
@ -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 {
|
||||
|
Loading…
x
Reference in New Issue
Block a user