Memory leak in GW/file calendar backends?
Jules Colding <[email protected]>
| Newsgroups | gmane.comp.gnome.evolution.devel |
|---|---|
| Message-ID | <1151414068.11032.125.camel__18376.9427858808$1151416866$gmane$org@omc-2.omesc.com> |
Hi, In e_cal_backend_groupwise_create_object() we find that "*calobj" is being assigned a value without being g_free()'ed first. Does caller hold a copy of "*calobj" or is this a memory leak? The same logic applies to the file backend. Best regards, jules