mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-09-30 11:44:32 +03:00
Fix memory leak on the benchmark utility
This commit is contained in:
@@ -169,5 +169,6 @@ next_request:
|
|||||||
delete modsecTransaction;
|
delete modsecTransaction;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
delete rules;
|
||||||
delete modsec;
|
delete modsec;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user