Fix memory leak on the benchmark utility

This commit is contained in:
Felipe Zimmerle
2016-12-27 15:07:40 -03:00
parent 168fa22e19
commit 7834cf857b

View File

@@ -169,5 +169,6 @@ next_request:
delete modsecTransaction;
}
delete rules;
delete modsec;
}