[ovs-dev] [PATCH 1/1] Fixed memory leak in ovn-controller while handling port binding changes.

Dumitru Ceara dceara at redhat.com
Tue Jul 23 11:16:58 UTC 2019


On Tue, Jul 23, 2019 at 12:33 PM Damijan Skvarc <damjan.skvarc at gmail.com> wrote:
>
> Signed-off-by: Damijan Skvarc <damjan.skvarc at gmail.com>

Looks good to me. Thanks!
Acked-by: Dumitru Ceara <dceara at redhat.com>

> ---
>  ovn/controller/physical.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/ovn/controller/physical.c b/ovn/controller/physical.c
> index 316d373..7ad3e6f 100644
> --- a/ovn/controller/physical.c
> +++ b/ovn/controller/physical.c
> @@ -1091,7 +1091,7 @@ void physical_handle_port_binding_changes(
>                                    flow_table, &ofpacts);
>          }
>      }
> -
> +    ofpbuf_uninit(&ofpacts);
>  }
>
>  void
> --
> 2.7.4
>
> _______________________________________________
> dev mailing list
> dev at openvswitch.org
> https://mail.openvswitch.org/mailman/listinfo/ovs-dev


More information about the dev mailing list