aboutsummaryrefslogtreecommitdiffstats
path: root/test/test/test_timer_perf.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/test/test_timer_perf.c')
-rw-r--r--test/test/test_timer_perf.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/test/test_timer_perf.c b/test/test/test_timer_perf.c
index 467ae13d..9804133f 100644
--- a/test/test/test_timer_perf.c
+++ b/test/test/test_timer_perf.c
@@ -156,6 +156,7 @@ test_timer_perf(void)
printf("Time per rte_timer_manage with zero callbacks: %"PRIu64" cycles\n",
(end_tsc - start_tsc + iterations/2) / iterations);
+ rte_free(tms);
return 0;
}