app/test: remove useless null check before rte_free
authorStephen Hemminger <stephen@networkplumber.org>
Tue, 7 Apr 2015 21:20:59 +0000 (14:20 -0700)
committerThomas Monjalon <thomas.monjalon@6wind.com>
Mon, 13 Apr 2015 20:50:09 +0000 (22:50 +0200)
commit517f8377106cefb8d5b49a85ef4b1c3b86dc0466
tree0e0e80a4c9203d3f996af423427568eab5ce6001
parent83eb33fe2ded208f403affe12615593b2396cc6c
app/test: remove useless null check before rte_free

rte_free like Glibc free allows rte_free(NULL) as null operation.

Signed-off-by: Stephen Hemminger <stephen@networkplumber.org>
Acked-by: Neil Horman <nhorman@tuxdriver.com>
app/test/test_hash_perf.c
app/test/virtual_pmd.c