Re: [ovs-dev] [PATCH ovn 1/2] Fix memleak in ovn-nbctl when args can't be parsed

2022-06-27 Thread Mark Michelson
For patches 1 and 2: Acked-by: Mark Michelson Given their simplicity and how obviously correct they are, I went ahead and merged these to main, branch-22.06, branch-22.03, and branch-21.12. On 6/24/22 18:41, Ihar Hrachyshka wrote: The leak is reported for asan runs. Signed-off-by: Ihar Hra

[ovs-dev] [PATCH ovn 1/2] Fix memleak in ovn-nbctl when args can't be parsed

2022-06-24 Thread Ihar Hrachyshka
The leak is reported for asan runs. Signed-off-by: Ihar Hrachyshka --- utilities/ovn-dbctl.c | 7 +++ 1 file changed, 7 insertions(+) diff --git a/utilities/ovn-dbctl.c b/utilities/ovn-dbctl.c index a292e589d..c4cc8c9b2 100644 --- a/utilities/ovn-dbctl.c +++ b/utilities/ovn-dbctl.c @@ -202,