[Commits] rssyl.c 1.1.2.31 1.1.2.32
ticho at claws-mail.org
ticho at claws-mail.org
Wed Jun 13 22:18:57 CEST 2012
Update of /home/claws-mail/plugins/rssyl/src
In directory srv:/tmp/cvs-serv13275/src
Modified Files:
Tag: gtk2
rssyl.c
Log Message:
2012-06-13 [ticho] 0.32.0cvs5
* src/rssyl.c
Properly free strings when destroying RSSylFolderItem. Reported
by Michael Rasmussen.
Index: rssyl.c
===================================================================
RCS file: /home/claws-mail/plugins/rssyl/src/Attic/rssyl.c,v
retrieving revision 1.1.2.31
retrieving revision 1.1.2.32
diff -u -d -r1.1.2.31 -r1.1.2.32
--- rssyl.c 4 Mar 2011 16:30:56 -0000 1.1.2.31
+++ rssyl.c 13 Jun 2012 20:18:55 -0000 1.1.2.32
@@ -310,6 +310,10 @@
if( ritem->refresh_id != 0 )
g_source_remove(ritem->refresh_id);
+ g_free(ritem->url);
+ g_free(ritem->official_name);
+ g_slist_free(ritem->contents);
+
g_free(item);
}
More information about the Commits
mailing list