Re: [dpdk-dev] [PATCH] lib/librte_flow_classify: fix memory leak issue

2018-01-25 Thread Thomas Monjalon
22/01/2018 15:49, Ferruh Yigit: > On 1/22/2018 2:14 PM, Jasvinder Singh wrote: > > Free allocated memory of the rule if not added to the table. > > > > Coverity issue: 257032 > > Fixes: 50bdac5916d9 ("flow_classify: remove table id parameter from API") > > > > Signed-off-by: Jasvinder Singh > >

Re: [dpdk-dev] [PATCH] lib/librte_flow_classify: fix memory leak issue

2018-01-22 Thread Ferruh Yigit
On 1/22/2018 2:14 PM, Jasvinder Singh wrote: > Free allocated memory of the rule if not added to the table. > > Coverity issue: 257032 > Fixes: 50bdac5916d9 ("flow_classify: remove table id parameter from API") > > Signed-off-by: Jasvinder Singh Reviewed-by: Ferruh Yigit > --- > lib/librte_f