Re: [evolution-patches] fix for the bug in 63504 (don't send imap commands after a disconnect)
- From: Not Zed <notzed ximian com>
- To: Jeffrey Stedfast <fejj 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 10:44:37 +0800
@@ -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.
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]