mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-11-17 18:05:28 +03:00
Fixes regarding memory management
Fixes assorted issues identified by valgrind.
This commit is contained in:
@@ -30,8 +30,7 @@ namespace Utils {
|
||||
|
||||
class IpTree {
|
||||
public:
|
||||
IpTree()
|
||||
: m_tree(NULL) { }
|
||||
IpTree();
|
||||
~IpTree();
|
||||
|
||||
bool contains(const std::string &ip);
|
||||
|
||||
Reference in New Issue
Block a user