X-Git-Url: https://git.kernel.dk/?p=fio.git;a=blobdiff_plain;f=options.c;h=1c44f426dcbde350f6bff5479e31aeee37b7702f;hp=6462c67c3a92ff7c1a966ef90e33b8814219928f;hb=0fddbf7a07fa4d6501e7a2fcf2b058325affba57;hpb=ee0ccb794be1d3c677e2c02b416a8702d59811d7 diff --git a/options.c b/options.c index 6462c67c..1c44f426 100644 --- a/options.c +++ b/options.c @@ -271,6 +271,7 @@ static int ignore_error_type(struct thread_data *td, int etype, char *str) if (!error[i]) { log_err("Unknown error %s, please use number value \n", fname); + free(error); return 1; } i++;