[ovs-dev] [PATCH 1/4] ofproto: Fix memory leak in ofproto_rule_delete().

Ben Pfaff blp at nicira.com
Tue Jun 9 22:29:56 UTC 2015


On Tue, Jun 09, 2015 at 03:25:07PM -0700, Jarno Rajahalme wrote:
> Commit () fixed the memory leak when a rule is deleted, but failed to
> do the same when all rules in a bridge are deleted just before the
> bridge itself is deleted.
> 
> This patch adds the necessary unref to ofproto_rule_delete().
> 
> Signed-off-by: Jarno Rajahalme <jrajahalme at nicira.com>

The commit number and subject is missing above.

I assume you tested this?  Assuming you did,

Acked-by: Ben Pfaff <blp at nicira.com>



More information about the dev mailing list