mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-11-16 01:22:18 +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