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
No known key found for this signature in database
GPG Key ID: E6DFB08CE8B11277

View File

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