Looks Good.

On Tue, Jun 7, 2011 at 13:22, Ben Pfaff <[email protected]> wrote:
> ---
>  vswitchd/bridge.c |    1 +
>  1 files changed, 1 insertions(+), 0 deletions(-)
>
> diff --git a/vswitchd/bridge.c b/vswitchd/bridge.c
> index 5805305..9868ef5 100644
> --- a/vswitchd/bridge.c
> +++ b/vswitchd/bridge.c
> @@ -533,6 +533,7 @@ port_configure(struct port *port)
>     ofproto_bundle_register(port->bridge->ofproto, port, &s);
>
>     /* Clean up. */
> +    free(s.slaves);
>     free(s.trunks);
>     free(s.lacp_slaves);
>     free(s.bond_stable_ids);
> --
> 1.7.4.4
>
> _______________________________________________
> dev mailing list
> [email protected]
> http://openvswitch.org/mailman/listinfo/dev
>
_______________________________________________
dev mailing list
[email protected]
http://openvswitch.org/mailman/listinfo/dev

Reply via email to