app/testpmd: fix mempool free on exit
authorShahaf Shuler <shahafs@mellanox.com>
Sun, 7 Apr 2019 05:02:24 +0000 (08:02 +0300)
committerFerruh Yigit <ferruh.yigit@intel.com>
Fri, 12 Apr 2019 09:02:02 +0000 (11:02 +0200)
Allocated mempools were never free. it is bad practice.

Fixes: af75078fece3 ("first public release")
Cc: stable@dpdk.org
Signed-off-by: Shahaf Shuler <shahafs@mellanox.com>
Acked-by: Bernard Iremonger <bernard.iremonger@intel.com>

No differences found