[dpdk-dev] [PATCH] pmd_ring: fix coverity issue

2016-11-01 Thread Ferruh Yigit
Hi Mauricio, On 11/1/2016 3:48 AM, Mauricio Vasquez B wrote: > internals->data will never be NULL, so the check is not necessary. > > Fixes: d082c0395bf6 ("ring: fix memory leak when detaching") > Coverity issue: 137873 > > Signed-off-by: Mauricio Vasquez B > --- Thank you for the patch. But "

[dpdk-dev] [PATCH] pmd_ring: fix coverity issue

2016-10-31 Thread Mauricio Vasquez B
internals->data will never be NULL, so the check is not necessary. Fixes: d082c0395bf6 ("ring: fix memory leak when detaching") Coverity issue: 137873 Signed-off-by: Mauricio Vasquez B --- drivers/net/ring/rte_eth_ring.c | 20 +--- 1 file changed, 9 insertions(+), 11 deletions(-