Re: [Evolution-hackers] Possible memory leak
Jose Dapena Paz <[email protected]> Tue, 15 Jan 2008 11:55:20 +0100
| Newsgroups | gmane.comp.gnome.apps.tinymail.devel,gmane.comp.gnome.evolution.devel |
|---|---|
| Organization | Igalia |
| Message-ID | <1200394521.7032.7.camel@mistral> |
El lun, 14-01-2008 a las 14:33 +0100, Philip Van Hoof escribió: > I think this needs to be something like this: > > GSList *item = cc->status_stack; > cc->status_stack = g_slist_remove_link(cc->status_stack, item); > g_slist_free (item); Or just use g_slist_delete_link: cc->status_stack = g_slist_delete_link (cc->status_stack, cc->status_stack); AFAIK it frees the list node. -- Jose Dapena Paz <[email protected]> Igalia _______________________________________________ tinymail-devel-list mailing list [email protected] http://mail.gnome.org/mailman/listinfo/tinymail-devel-list