Re: [E-devel] mem leak plugging

2005-03-23 Thread The Rasterman
On Wed, 23 Mar 2005 18:56:48 +0100 Tilman Sauerbeck <[EMAIL PROTECTED]> babbled: > David Sharp <[EMAIL PROTECTED]> [2005-03-22 18:38]: > > On Tue, 22 Mar 2005 12:18:05 +0100, joel vennin <[EMAIL PROTECTED]> wrote: > > > > i found some mem leaks in e17 i send a patch i don't know

Re: [E-devel] mem leak plugging

2005-03-23 Thread Tilman Sauerbeck
David Sharp <[EMAIL PROTECTED]> [2005-03-22 18:38]: > On Tue, 22 Mar 2005 12:18:05 +0100, joel vennin <[EMAIL PROTECTED]> wrote: > > > i found some mem leaks in e17 i send a patch i don't know if it breaks > > > anything > > > (i'm not a good programer :-)) but it seems to work here > > Hello, i'v

Re: [E-devel] mem leak plugging

2005-03-22 Thread David Sharp
On Tue, 22 Mar 2005 12:18:05 +0100, joel vennin <[EMAIL PROTECTED]> wrote: > > i found some mem leaks in e17 i send a patch i don't know if it breaks > > anything > > (i'm not a good programer :-)) but it seems to work here > Hello, i've just take a look in your patch, and i've seen that you > mak

Re: [E-devel] mem leak plugging

2005-03-22 Thread joel vennin
> i found some mem leaks in e17 i send a patch i don't know if it breaks > anything > (i'm not a good programer :-)) but it seems to work here Hello, i've just take a look in your patch, and i've seen that you make something like this: if (x) free (x); You could use the macro IF_FREE(x) It's ju

[E-devel] mem leak plugging

2005-03-22 Thread Holger Hanrath
i found some mem leaks in e17 i send a patch i don't know if it breaks anything (i'm not a good programer :-)) but it seems to work here regards Holger patch Description: Binary data