mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-09-29 11:16:33 +03:00
Fix memory leaks on the collections/variables management
This commit is contained in:
@@ -40,6 +40,7 @@ class Variables :
|
||||
public std::unordered_multimap<std::string, std::string> {
|
||||
public:
|
||||
Variables();
|
||||
~Variables();
|
||||
void store(std::string key, std::string value);
|
||||
|
||||
bool storeOrUpdateFirst(const std::string &key,
|
||||
|
Reference in New Issue
Block a user