LGTM.

--------------
[email protected]
>CC: Tao YunXiang <[email protected]>
>Fixes: 5820502a5507 ("ovn-nbctl.c: Fix lr-policy-del command")
>Signed-off-by: Ilya Maximets <[email protected]>
>---
> utilities/ovn-nbctl.c | 1 +
> 1 file changed, 1 insertion(+)
>
>diff --git a/utilities/ovn-nbctl.c b/utilities/ovn-nbctl.c
>index 448c86f42..fa1522152 100644
>--- a/utilities/ovn-nbctl.c
>+++ b/utilities/ovn-nbctl.c
>@@ -3758,6 +3758,7 @@ nbctl_lr_policy_del(struct ctl_context *ctx)
>                 if (!shash_find(&ctx->options, "--if-exists")) {
>                     ctl_error(ctx, "Logical router policy uuid is not 
>found.");
>                 }
>+                free(new_policies);
>                 return;
>             }
>
>--
>2.25.4
>
_______________________________________________
dev mailing list
[email protected]
https://mail.openvswitch.org/mailman/listinfo/ovs-dev

Reply via email to