commit 97dad00d18faf20a11deec509beb731f70cf5be2 parent 70bb44f2e2ed7723da538982dac0575e669c4bc7 Author: wwp <wwp@free.fr> Date: Thu, 24 May 2018 17:44:38 +0200 Fix previous commit. Diffstat:
| M | src/common/utils.c | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/common/utils.c b/src/common/utils.c @@ -134,7 +134,7 @@ GSList *slist_copy_deep(GSList *list, GCopyFunc func) #endif } -void slist_free_strings_full(GList *list) +void list_free_strings_full(GList *list) { g_list_free_full(list, (GDestroyNotify)g_free); }