Re: [dpdk-dev] [PATCH] examples/ntb: fix resource leaks

2019-08-13 Thread Ye Xiaolong
On 08/14, Xiaoyun Li wrote: >Resource file was not freed or pointed-to in fseek/ftell. This patch >fixed this issue which is found by coverity scan. > >Coverity issue: 347277 >Fixes: 440af660ff83 ("examples/ntb: fix error handling") >Cc: sta...@dpdk.org > >Signed-off-by: Xiaoyun Li >--- > examples

[dpdk-dev] [PATCH] examples/ntb: fix resource leaks

2019-08-13 Thread Xiaoyun Li
Resource file was not freed or pointed-to in fseek/ftell. This patch fixed this issue which is found by coverity scan. Coverity issue: 347277 Fixes: 440af660ff83 ("examples/ntb: fix error handling") Cc: sta...@dpdk.org Signed-off-by: Xiaoyun Li --- examples/ntb/ntb_fwd.c | 2 ++ 1 file changed,