diff options
Diffstat (limited to 'app/test/test_timer_perf.c')
-rw-r--r-- | app/test/test_timer_perf.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/test/test_timer_perf.c b/app/test/test_timer_perf.c index fa77efbd..f6bbdf33 100644 --- a/app/test/test_timer_perf.c +++ b/app/test/test_timer_perf.c @@ -155,6 +155,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; } |