Looks Good. Ethan
On Tue, Apr 26, 2011 at 09:24, Ben Pfaff <b...@nicira.com> wrote: > --- > lib/mac-learning.c | 2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > > diff --git a/lib/mac-learning.c b/lib/mac-learning.c > index 981578d..f9f4db3 100644 > --- a/lib/mac-learning.c > +++ b/lib/mac-learning.c > @@ -134,8 +134,8 @@ mac_learning_destroy(struct mac_learning *ml) > { > if (ml) { > bitmap_free(ml->flood_vlans); > + free(ml); > } > - free(ml); > } > > /* Provides a bitmap of VLANs which have learning disabled, that is, VLANs on > -- > 1.7.4.4 > > _______________________________________________ > dev mailing list > dev@openvswitch.org > http://openvswitch.org/mailman/listinfo/dev > _______________________________________________ dev mailing list dev@openvswitch.org http://openvswitch.org/mailman/listinfo/dev