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

Thomas Monjalon thomas.monjalon at 6wind.com
Mon Jun 20 15:56:39 CEST 2016


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 statistic fetch")
> 
> Signed-off-by: Remy Horton <remy.horton at intel.com>
> ---
>  app/test-pmd/config.c          | 3 +++
>  examples/l2fwd-keepalive/shm.c | 2 ++

It looks to be 2 patches: one for xstats and the other for keepalive.


More information about the dev mailing list