Re: [ovs-dev] [PATCH v3 ovn 1/3] OVN: Repair memory leak for OVN controller events.

2019-08-21 Thread Numan Siddique
On Mon, Aug 19, 2019 at 8:08 PM Lorenzo Bianconi < lorenzo.bianc...@redhat.com> wrote: > From: Mark Michelson > > From: Mark Michelson > > Controller event action is leaking its genopts. This corrects the error. > > Signed-off-by: Mark Michelson > Signed-off-by: Lorenzo Bianconi > I applied t

Re: [ovs-dev] [PATCH v3 ovn 1/3] OVN: Repair memory leak for OVN controller events.

2019-08-19 Thread 0-day Robot
Bleep bloop. Greetings Lorenzo Bianconi, I am a robot and I have tried out your patch. Thanks for your contribution. I encountered some error that I wasn't expecting. See the details below. checkpatch: WARNING: Unexpected sign-offs from developers who are not authors or co-authors or committ

[ovs-dev] [PATCH v3 ovn 1/3] OVN: Repair memory leak for OVN controller events.

2019-08-19 Thread Lorenzo Bianconi
From: Mark Michelson From: Mark Michelson Controller event action is leaking its genopts. This corrects the error. Signed-off-by: Mark Michelson Signed-off-by: Lorenzo Bianconi --- lib/actions.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/actions.c b/lib/action