I agree that this fixes a bug but the commit message is wrong.

On Thu, May 22, 2014 at 06:59:41PM -0700, Ethan Jackson wrote:
> Found by inspection.
> 
> Signed-off-by: Ethan Jackson <et...@nicira.com>
> ---
>  ofproto/ofproto.c | 2 ++
>  1 file changed, 2 insertions(+)
> 
> diff --git a/ofproto/ofproto.c b/ofproto/ofproto.c
> index 63f65c3..356fcb1 100644
> --- a/ofproto/ofproto.c
> +++ b/ofproto/ofproto.c
> @@ -7054,6 +7054,8 @@ ofproto_get_vlan_usage(struct ofproto *ofproto, 
> unsigned long int *vlan_bitmap)
>          }
>          fat_rwlock_unlock(&oftable->cls.rwlock);
>      }
> +
> +    cls_rule_destroy(&target);
>  }
>  
>  /* Returns true if new VLANs have come into use by the flow table since the
> -- 
> 1.8.1.2
> 
> _______________________________________________
> dev mailing list
> dev@openvswitch.org
> http://openvswitch.org/mailman/listinfo/dev
_______________________________________________
dev mailing list
dev@openvswitch.org
http://openvswitch.org/mailman/listinfo/dev

Reply via email to