[Commits] [SCM] claws branch, master, updated. 3.10.1-107-g93fd269

wwp at claws-mail.org wwp at claws-mail.org
Thu Jun 26 12:45:10 CEST 2014


The branch master of project "claws" (Claws Mail) has been updated
       via  93fd269f9e2e7b4b32cf5753ab5e103513981b72 (commit)
      from  678ea51e829fe212e95bc32103251cf24e2674a5 (commit)

Summary of changes:
 src/plugins/rssyl/rssyl_parse_feed.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


- Log -----------------------------------------------------------------
commit 93fd269f9e2e7b4b32cf5753ab5e103513981b72
Author: wwp <wwp at free.fr>
Date:   Thu Jun 26 12:43:34 2014 +0200

    Use the slist_free_strings_full wrapper func.

diff --git a/src/plugins/rssyl/rssyl_parse_feed.c b/src/plugins/rssyl/rssyl_parse_feed.c
index 37c2ba0..6eeb611 100644
--- a/src/plugins/rssyl/rssyl_parse_feed.c
+++ b/src/plugins/rssyl/rssyl_parse_feed.c
@@ -144,7 +144,7 @@ static void rssyl_expire_items(RFolderItem *ritem, Feed *feed)
 
 	debug_print("RSSyl: expired %d items\n", g_slist_length(ctx->expired_ids));
 
-	g_slist_free_full(ctx->expired_ids, g_free);
+	slist_free_strings_full(ctx->expired_ids);
 	g_free(ctx);
 }
 

-----------------------------------------------------------------------


hooks/post-receive
-- 
Claws Mail


More information about the Commits mailing list