Re: [devel] [PATCH 1 of 1] base: fix memory leak and timer state in sysf_tmr.c [#2251]

2017-01-24 Thread Anders Widell
gt; Sent: den 10 januari 2017 15:38 > To: Zoran Milinkovic ; ramesh.bet...@oracle.com > Cc: opensaf-devel@lists.sourceforge.net > Subject: Re: [devel] [PATCH 1 of 1] base: fix memory leak and timer state in > sysf_tmr.c [#2251] > > Ack with comments inline, marked AndersW> >

Re: [devel] [PATCH 1 of 1] base: fix memory leak and timer state in sysf_tmr.c [#2251]

2017-01-24 Thread Zoran Milinkovic
Hi Anders, I'll add your comment when I push the patch. Thanks, Zoran -Original Message- From: Anders Widell Sent: den 10 januari 2017 15:38 To: Zoran Milinkovic ; ramesh.bet...@oracle.com Cc: opensaf-devel@lists.sourceforge.net Subject: Re: [devel] [PATCH 1 of 1] base: fix memory

Re: [devel] [PATCH 1 of 1] base: fix memory leak and timer state in sysf_tmr.c [#2251]

2017-01-19 Thread ramesh betham
Ack. No more comments on top of Anders comments. Thanks, Ramesh. On 1/10/2017 8:07 PM, Anders Widell wrote: > Ack with comments inline, marked AndersW> > > regards, > > Anders Widell > > > On 01/04/2017 03:28 PM, Zoran Milinkovic wrote: >> src/base/sysf_tmr.c | 9 - >> 1 files changed

Re: [devel] [PATCH 1 of 1] base: fix memory leak and timer state in sysf_tmr.c [#2251]

2017-01-10 Thread Anders Widell
Ack with comments inline, marked AndersW> regards, Anders Widell On 01/04/2017 03:28 PM, Zoran Milinkovic wrote: > src/base/sysf_tmr.c | 9 - > 1 files changed, 8 insertions(+), 1 deletions(-) > > > Fix memory leak in ncs_tmr_add_pat_node() > Fix timer state, so that the timer will

[devel] [PATCH 1 of 1] base: fix memory leak and timer state in sysf_tmr.c [#2251]

2017-01-04 Thread Zoran Milinkovic
src/base/sysf_tmr.c | 9 - 1 files changed, 8 insertions(+), 1 deletions(-) Fix memory leak in ncs_tmr_add_pat_node() Fix timer state, so that the timer will not execute if ncs_tmr_start() fails diff --git a/src/base/sysf_tmr.c b/src/base/sysf_tmr.c --- a/src/base/sysf_tmr.c +++ b/src/