Re: [ovs-dev] [PATCH] ofp-actions: Fix memory leak on error path in parse_CT().

2017-05-30 Thread Ben Pfaff
On Tue, May 30, 2017 at 09:44:00AM -0700, Joe Stringer wrote: > On 26 May 2017 at 16:28, Ben Pfaff wrote: > > Found by Coverity. > > > > Reported-at: > > https://scan3.coverity.com/reports.htm#v16889/p10449/fileInstanceId=14762959=4305310=180392 > > Signed-off-by: Ben Pfaff

[ovs-dev] [PATCH] ofp-actions: Fix memory leak on error path in parse_CT().

2017-05-26 Thread Ben Pfaff
Found by Coverity. Reported-at: https://scan3.coverity.com/reports.htm#v16889/p10449/fileInstanceId=14762959=4305310=180392 Signed-off-by: Ben Pfaff --- lib/ofp-actions.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/ofp-actions.c b/lib/ofp-actions.c