Re: [Linux-ha-dev] [patch] Fix potential memory leaks in the HB client library

2007-11-20 Thread Andrew Beekhof
On Nov 19, 2007, at 3:32 AM, Keisuke MORI wrote: Dejan, Dejan Muhamedagic <[EMAIL PROTECTED]> writes: Hi, On Tue, Oct 30, 2007 at 08:53:54PM +0900, Keisuke MORI wrote: Hi, I've been testing the heartbeat with valgrind enabled, and found that it reported a couple of leaks which are in the h

Re: [Linux-ha-dev] [patch] Fix potential memory leaks in the HB client library

2007-11-19 Thread Dejan Muhamedagic
Hi, On Mon, Nov 19, 2007 at 11:32:48AM +0900, Keisuke MORI wrote: > Dejan, > > Dejan Muhamedagic <[EMAIL PROTECTED]> writes: > > Hi, > > > > On Tue, Oct 30, 2007 at 08:53:54PM +0900, Keisuke MORI wrote: > >> Hi, > >> > >> I've been testing the heartbeat with valgrind enabled, > >> and found that

Re: [Linux-ha-dev] [patch] Fix potential memory leaks in the HB client library

2007-11-18 Thread Keisuke MORI
Dejan, Dejan Muhamedagic <[EMAIL PROTECTED]> writes: > Hi, > > On Tue, Oct 30, 2007 at 08:53:54PM +0900, Keisuke MORI wrote: >> Hi, >> >> I've been testing the heartbeat with valgrind enabled, >> and found that it reported a couple of leaks which are >> in the heartbeat API client library. >> >>

Re: [Linux-ha-dev] [patch] Fix potential memory leaks in the HB client library

2007-11-16 Thread Dejan Muhamedagic
Hi, On Tue, Oct 30, 2007 at 08:53:54PM +0900, Keisuke MORI wrote: > Hi, > > I've been testing the heartbeat with valgrind enabled, > and found that it reported a couple of leaks which are > in the heartbeat API client library. > > I'm submitting my proposed patch to fix them, so > could somebody

Re: [Linux-ha-dev] [patch] Fix potential memory leaks in the HB client library

2007-10-30 Thread Dejan Muhamedagic
Hi, On Tue, Oct 30, 2007 at 08:53:54PM +0900, Keisuke MORI wrote: > Hi, > > I've been testing the heartbeat with valgrind enabled, > and found that it reported a couple of leaks which are > in the heartbeat API client library. > > I'm submitting my proposed patch to fix them, so > could somebody

[Linux-ha-dev] [patch] Fix potential memory leaks in the HB client library

2007-10-30 Thread Keisuke MORI
Hi, I've been testing the heartbeat with valgrind enabled, and found that it reported a couple of leaks which are in the heartbeat API client library. I'm submitting my proposed patch to fix them, so could somebody please review it and the correctness? In my understanding, these leaks are not so