"dev" <dev-boun...@openvswitch.org> wrote on 04/05/2016 04:24:17 PM:

> From: Russell Bryant <russ...@ovn.org>
> To: dev@openvswitch.org
> Date: 04/05/2016 04:24 PM
> Subject: [ovs-dev] [PATCH 1/3] ovn-controller: Add missing shash_destroy
().
> Sent by: "dev" <dev-boun...@openvswitch.org>
>
> expr_symtab_destroy() destroys the contents of the symtab shash, but not
> the shash itself.  Add a missing shash_destroy() call in
> lflow_destroy().
>
> Signed-off-by: Russell Bryant <russ...@ovn.org>
> ---
>  ovn/controller/lflow.c | 1 +
>  1 file changed, 1 insertion(+)
>
> diff --git a/ovn/controller/lflow.c b/ovn/controller/lflow.c
> index bcad318..7a3466f 100644
> --- a/ovn/controller/lflow.c
> +++ b/ovn/controller/lflow.c
> @@ -443,4 +443,5 @@ void
>  lflow_destroy(void)
>  {
>      expr_symtab_destroy(&symtab);
> +    shash_destroy(&symtab);
>  }
> --
> 2.5.5

This is simple enough... so

Acked-by: Ryan Moats <rmo...@us.ibm.com>
Tested-by: Ryan Moats <rmo...@us.ibm.com>
_______________________________________________
dev mailing list
dev@openvswitch.org
http://openvswitch.org/mailman/listinfo/dev

Reply via email to