Re: [evolution-patches] fix for the bug in 63504 (don't send imap commands after a disconnect)
- From: Jeffrey Stedfast <fejj ximian com>
- To: Not Zed <notzed ximian com>
- Cc: evolution-patches ximian com
- Subject: Re: [evolution-patches] fix for the bug in 63504 (don't send imap commands after a disconnect)
- Date: Tue, 24 Aug 2004 00:19:05 -0400
doh, good point. I started it that way cuz I thought we might have some
and then realised we didn't and forgot to change it over to
g_slist_free()
I'll change that and commit tomorrow
Jeff
On Mon, 2004-08-23 at 22:44, Not Zed wrote:
> > @@ -2905,6 +2908,12 @@
> >
> > return folders_out;
> > fail:
> > + while (p != NULL) {
> > + q = p->next;
> > + g_slist_free_1 (p);
> > + p = q;
> > + }
> > +
> Since we do no per-node processing, any reason not to just use
> g_slist_free?
>
> Otherwise looks good.
>
> --
>
> Michael Zucchi <notzed ximian com>
> "born to die, live to work, it's
> all downhill from here"
> Novell's Evolution and Free
> Software Developer
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]