From: wwp Date: Thu, 26 Jun 2014 10:43:34 +0000 (+0200) Subject: Use the slist_free_strings_full wrapper func. X-Git-Tag: 3.11.0~71 X-Git-Url: http://git.claws-mail.org/?p=claws.git;a=commitdiff_plain;h=93fd269f9e2e7b4b32cf5753ab5e103513981b72 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 37c2ba00f..6eeb6115b 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); }