mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-09-29 19:24:29 +03:00
Fix two rule-reload memory leak issues
This commit is contained in:
@@ -86,6 +86,8 @@ class Rule {
|
||||
return *this;
|
||||
}
|
||||
|
||||
virtual ~Rule() {}
|
||||
|
||||
virtual bool evaluate(Transaction *transaction) = 0;
|
||||
|
||||
virtual bool evaluate(Transaction *transaction,
|
||||
|
Reference in New Issue
Block a user