summaryrefslogtreecommitdiffstats
path: root/perform/pio_perf.c
diff options
context:
space:
mode:
Diffstat (limited to 'perform/pio_perf.c')
-rw-r--r--perform/pio_perf.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/perform/pio_perf.c b/perform/pio_perf.c
index 902817c..557f9bd 100644
--- a/perform/pio_perf.c
+++ b/perform/pio_perf.c
@@ -583,8 +583,11 @@ run_test(FILE *output, iotype iot, parameters parms)
output_report(output, "Average Throughput: %.2f MB/s\n",
total_mm.sum / total_mm.num);
+ /* clean up our mess */
free(write_mm_table);
free(read_mm_table);
+ free(write_gross_mm_table);
+ free(read_gross_mm_table);
pio_time_destroy(res.timers);
return ret_value;
}