The following changes since commit 2d7760d1dbbc742a0699b959ffcd8742b9db9e2c: Include fio version in normal output (2010-12-28 09:23:06 +0100) are available in the git repository at: git://git.kernel.dk/fio.git master Stefan Hajnoczi (1): Close iolog file if reading version string fails log.c | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) --- Diff of recent changes: diff --git a/log.c b/log.c index 266dc06..d4850a5 100644 --- a/log.c +++ b/log.c @@ -415,6 +415,7 @@ static int init_iolog_read(struct thread_data *td) if (!p) { td_verror(td, errno, "iolog read"); log_err("fio: unable to read iolog\n"); + fclose(f); return 1; } -- To unsubscribe from this list: send the line "unsubscribe fio" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html