]> git.droids-corp.org - dpdk.git/blobdiff - test/test/test_timer_perf.c
ethdev: deprecate port count function
[dpdk.git] / test / test / test_timer_perf.c
index afa3a06a3afe8ead8ed328e4a85d06a242924d86..0fe2b74cd79e070f7f983c69d9ad457cce2ffa50 100644 (file)
@@ -127,6 +127,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;
 }