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:
@@ -39,6 +39,7 @@ namespace collection {
|
||||
|
||||
class Collection {
|
||||
public:
|
||||
virtual ~Collection() { };
|
||||
virtual void store(std::string key, std::string value) = 0;
|
||||
|
||||
virtual bool storeOrUpdateFirst(const std::string &key,
|
||||
|
Reference in New Issue
Block a user