Free disk util on exit, not on stats display
[fio.git] / stat.c
diff --git a/stat.c b/stat.c
index 2ab5f1adffd49a203ba6d0fd567e891fbc27f613..7443e665deb6c5a2c1869920a5f022f25969e5d9 100644 (file)
--- a/stat.c
+++ b/stat.c
@@ -1102,8 +1102,6 @@ void show_run_stats(void)
        else if (!terse_output)
                show_disk_util(0);
 
-       free_disk_util();
-
        free(runstats);
        free(threadstats);
 }