mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-09-29 19:24:29 +03:00
Fix assorted minor memory management issues
This commit is contained in:
@@ -91,7 +91,7 @@ FuzzyHash::~FuzzyHash() {
|
||||
free(c->data);
|
||||
c->data = NULL;
|
||||
c = c->next;
|
||||
free (t);
|
||||
free(t);
|
||||
}
|
||||
m_head = NULL;
|
||||
}
|
||||
|
Reference in New Issue
Block a user