> On May 10, 2018, at 4:24 PM, Ben Pfaff <b...@ovn.org> wrote:
> 
> xlate_group_action() takes a reference to the ofgroup and passes it
> down to xlate_group_action__(), xlate_select_group(), and finally to
> xlate_dp_hash_select_group(), which is supposed to consume it but fails
> to do so.  This commit fixes the problem.
> 
> Found by inspection.
> 
> Signed-off-by: Ben Pfaff <b...@ovn.org>

xlate_group_action__() also calls xlate_all_group().  Should xlate_all_group() 
include a call to ofproto_group_unref()?

Acked-by: Justin Pettit <jpet...@ovn.org>

--Justin


_______________________________________________
dev mailing list
d...@openvswitch.org
https://mail.openvswitch.org/mailman/listinfo/ovs-dev

Reply via email to