X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=app%2Ftest%2Ftest_timer_perf.c;h=f6bbdf338f472bb8bc160b8987e5a4217f45f203;hb=refs%2Ftags%2Fupstream%2F16.11.5;hp=fa77efbd25fe2a5631a30761acceef8cd38b9eb7;hpb=47d9763a1dd3103d732da9eec350cfc1cd784717;p=deb_dpdk.git 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; }