mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-09-29 19:24:29 +03:00
Fixes regarding memory management
Fixes assorted issues identified by valgrind.
This commit is contained in:
@@ -36,7 +36,7 @@ class DebugLog {
|
||||
: m_debugLevel(-1),
|
||||
m_fileName("") { }
|
||||
|
||||
~DebugLog();
|
||||
virtual ~DebugLog();
|
||||
|
||||
virtual void write(int level, const std::string &msg);
|
||||
bool isLogFileSet();
|
||||
|
Reference in New Issue
Block a user