flow_classify: fix memory leak in rule add
authorJasvinder Singh <jasvinder.singh@intel.com>
Mon, 22 Jan 2018 14:14:28 +0000 (14:14 +0000)
committerThomas Monjalon <thomas@monjalon.net>
Thu, 25 Jan 2018 22:26:51 +0000 (23:26 +0100)
commitee7937ea69213aebf9aafc8ba81c41e942ad6912
tree7e10146c30c2bdf357f07f5ee0abb329a803e22b
parent462d9189374f582166ff77b8c301b89947d016cc
flow_classify: fix memory leak in rule add

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 <jasvinder.singh@intel.com>
Reviewed-by: Ferruh Yigit <ferruh.yigit@intel.com>
lib/librte_flow_classify/rte_flow_classify.c