Re: [dpdk-dev] [PATCH] app/test-pmd: Fix buffer leak in tm cmdline

2018-07-04 Thread Singh, Jasvinder
t; > Subject: [dpdk-dev] [PATCH] app/test-pmd: Fix buffer leak in tm cmdline > > Free the buffer allocated for shared_shaper_id array in case of configuration > without shared shapers. > > Signed-off-by: Nithin Dabilpuram > --- > app/test-pmd/cmdline_tm.c | 16 +++

[dpdk-dev] [PATCH] app/test-pmd: Fix buffer leak in tm cmdline

2018-07-04 Thread Nithin Dabilpuram
Free the buffer allocated for shared_shaper_id array in case of configuration without shared shapers. Signed-off-by: Nithin Dabilpuram --- app/test-pmd/cmdline_tm.c | 16 ++-- 1 file changed, 10 insertions(+), 6 deletions(-) diff --git a/app/test-pmd/cmdline_tm.c b/app/test-pmd/cmdl