From 09b704f1144703e8e54e80f1fc1d96ada70f4688 Mon Sep 17 00:00:00 2001 From: brectanus Date: Tue, 20 Mar 2007 22:15:19 +0000 Subject: [PATCH] Recycle the mptmp pool (trac #43). --- apache2/modsecurity.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/apache2/modsecurity.h b/apache2/modsecurity.h index 59c76ed7..95f9c6a0 100644 --- a/apache2/modsecurity.h +++ b/apache2/modsecurity.h @@ -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 {