mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-10-01 03:57:47 +03:00
Fixes regarding memory management
Fixes assorted issues identified by valgrind.
This commit is contained in:
@@ -40,7 +40,7 @@ class Operator {
|
||||
std::string param;
|
||||
bool negation;
|
||||
|
||||
virtual bool init(const std::string &file, const char **error) {
|
||||
virtual bool init(const std::string &file, std::string *error) {
|
||||
return true;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user