Re: [dpdk-dev] [PATCH v1] lib: fix coverity issues in distributor allocation

2017-04-04 Thread Thomas Monjalon
2017-04-04 03:42, David Hunt: > Coverity issue 143258: not freeing distributor instance > Coverity issue 143254: not checking return code from malloc > > Fixes: 775003ad2f96 ("distributor: add new burst-capable library") > > Signed-off-by: David Hunt Applied with this title: distributor

[dpdk-dev] [PATCH v1] lib: fix coverity issues in distributor allocation

2017-04-04 Thread David Hunt
Coverity issue 143258: not freeing distributor instance Coverity issue 143254: not checking return code from malloc Fixes: 775003ad2f96 ("distributor: add new burst-capable library") Signed-off-by: David Hunt --- lib/librte_distributor/rte_distributor.c | 5 + 1 file changed, 5 insertions(+