mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-08-14 13:56:01 +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 */
|
/* other */
|
||||||
apr_table_t *collections;
|
apr_table_t *collections;
|
||||||
apr_table_t *collections_dirty;
|
apr_table_t *collections_dirty;
|
||||||
|
|
||||||
|
/* rule processing temp pool */
|
||||||
|
apr_pool_t *msc_rule_mptmp;
|
||||||
};
|
};
|
||||||
|
|
||||||
struct directory_config {
|
struct directory_config {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user