commit 93fd269f9e2e7b4b32cf5753ab5e103513981b72 parent 678ea51e829fe212e95bc32103251cf24e2674a5 Author: wwp <wwp@free.fr> Date: Thu, 26 Jun 2014 12:43:34 +0200 Use the slist_free_strings_full wrapper func. Diffstat:
| M | src/plugins/rssyl/rssyl_parse_feed.c | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git 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); }