X-Git-Url: https://git.kernel.dk/?p=fio.git;a=blobdiff_plain;f=init.c;h=c235b05e192584073f0792253a733fd16b59aabb;hp=b13cee26148fd4b9c1c232a53fb03313dbb3ecc0;hb=604d3f5bd9f2b985568593c23f8292cbc7f4044c;hpb=71ccdf58a51e339962db65dc8d875527cf795b00 diff --git a/init.c b/init.c index b13cee26..c235b05e 100644 --- a/init.c +++ b/init.c @@ -1708,6 +1708,7 @@ static int add_job(struct thread_data *td, const char *jobname, int job_add_num, __log_buf(&out, "ioengine=%s, iodepth=%u\n", td->io_ops->name, o->iodepth); log_info_buf(out.buf, out.buflen); + buf_output_free(&out); free(c1); free(c2);