[dpdk-dev] [PATCH v1] app: fix Coverity issues

2016-06-20 Thread Thomas Monjalon
2016-06-20 14:49, Remy Horton: > Fixes memory leaks detected by Coverity. These are due to ephemeral > memory allocations not being freed when errors occur. > > Coverity issue 127348: Resource leak > Coverity issue 127349: Resource leak > > Fixes: e2aae1c1ced9 ("ethdev: remove name from extended

[dpdk-dev] [PATCH v1] app: fix Coverity issues

2016-06-20 Thread Remy Horton
On 20/06/2016 14:56, Thomas Monjalon wrote: [..] > It looks to be 2 patches: one for xstats and the other for keepalive. > Ok, will seperate. I combined them since they were the same small fix in multiple places.

[dpdk-dev] [PATCH v1] app: fix Coverity issues

2016-06-20 Thread Remy Horton
Fixes memory leaks detected by Coverity. These are due to ephemeral memory allocations not being freed when errors occur. Coverity issue 127348: Resource leak Coverity issue 127349: Resource leak Fixes: e2aae1c1ced9 ("ethdev: remove name from extended statistic fetch") Signed-off-by: Remy Horton