Re: [Evolution-hackers] Memory leak in Camel's CamelDiscoFolder's getv

2007-09-26 Thread Philip Van Hoof
On Wed, 2007-09-26 at 10:04 +, Srinivasa Ragavan wrote: Hey Srinivasa, > Have a patch to fix it? I more or less disabled the writing of instance state in camel-lite for now, so I don't have an actual correct fix for this yet (I'm not using this state recovery functionality, but I don't reall

Re: [Evolution-hackers] Memory leak in Camel's CamelDiscoFolder's getv

2007-09-26 Thread Srinivasa Ragavan
Have a patch to fix it? -Srini On Wed, 2007-09-26 at 11:06 +0200, Philip Van Hoof wrote: > There's a memory leak in camel-disco-folder.c > > static int > disco_getv(CamelObject *object, CamelException *ex, CamelArgGetV *args) > { > int i, count=0; > guint32 tag; > > for (i=0;ia

[Evolution-hackers] Memory leak in Camel's CamelDiscoFolder's getv

2007-09-26 Thread Philip Van Hoof
There's a memory leak in camel-disco-folder.c static int disco_getv(CamelObject *object, CamelException *ex, CamelArgGetV *args) { int i, count=0; guint32 tag; for (i=0;iargc;i++) { CamelArgGet *arg = &args->argv[i]; tag = arg->tag;