Re: [dpdk-dev] [PATCH] examples/ip_pipeline: fix memory leak

2018-05-08 Thread Dumitrescu, Cristian
> -Original Message- > From: Singh, Jasvinder > Sent: Monday, April 16, 2018 5:03 PM > To: dev@dpdk.org > Cc: Dumitrescu, Cristian > Subject: [PATCH] examples/ip_pipeline: fix memory leak > > Close the file stream before returning from the function to avoid > memory leak. > > Fixes: 2b

[dpdk-dev] [PATCH] examples/ip_pipeline: fix memory leak

2018-04-16 Thread Jasvinder Singh
Close the file stream before returning from the function to avoid memory leak. Fixes: 2b82ef4861c0 ("examples/ip_pipeline: add DSCP table update command") Coverty Issue: 272605 Signed-off-by: Jasvinder Singh --- examples/ip_pipeline/cli.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/e