mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-10-01 12:07:46 +03:00
Uses shared_ptr on variable names
This commit is contained in:
@@ -127,7 +127,6 @@ void XML::evaluate(Transaction *t,
|
||||
if (content != NULL) {
|
||||
collection::Variable *var = new collection::Variable(&m_name,
|
||||
new std::string(content));
|
||||
var->m_dynamic_value = true;
|
||||
l->push_back(var);
|
||||
xmlFree(content);
|
||||
}
|
||||
|
Reference in New Issue
Block a user