Re: [ovs-dev] [PATCH] ofproto: Fix memory leak in rule_actions_unref().

2013-09-24 Thread Ben Pfaff
Thanks, I applied this to master and branch-2.0. On Mon, Sep 23, 2013 at 12:46:23PM -0700, Justin Pettit wrote: > Acked-by: Justin Pettit > > > On Sep 17, 2013, at 4:02 PM, Ben Pfaff wrote: > > > Found by valgrind. > > > > Signed-off-by: Ben Pfaff > > --- > > ofproto/ofproto.c |1 + > >

Re: [ovs-dev] [PATCH] ofproto: Fix memory leak in rule_actions_unref().

2013-09-23 Thread Justin Pettit
Acked-by: Justin Pettit On Sep 17, 2013, at 4:02 PM, Ben Pfaff wrote: > Found by valgrind. > > Signed-off-by: Ben Pfaff > --- > ofproto/ofproto.c |1 + > 1 file changed, 1 insertion(+) > > diff --git a/ofproto/ofproto.c b/ofproto/ofproto.c > index 0ceb85f..bd85104 100644 > --- a/ofproto/

[ovs-dev] [PATCH] ofproto: Fix memory leak in rule_actions_unref().

2013-09-17 Thread Ben Pfaff
Found by valgrind. Signed-off-by: Ben Pfaff --- ofproto/ofproto.c |1 + 1 file changed, 1 insertion(+) diff --git a/ofproto/ofproto.c b/ofproto/ofproto.c index 0ceb85f..bd85104 100644 --- a/ofproto/ofproto.c +++ b/ofproto/ofproto.c @@ -2487,6 +2487,7 @@ rule_actions_unref(struct rule_action