diff --git a/src/fe-common/core/fe-common-core.c b/src/fe-common/core/fe-common-core.c index 4f6d8907..c4c85ec2 100644 --- a/src/fe-common/core/fe-common-core.c +++ b/src/fe-common/core/fe-common-core.c @@ -518,7 +518,6 @@ gboolean strarray_find_dest(char **array, const TEXT_DEST_REC *dest) } } - g_slist_foreach(targets, (GFunc)g_free, NULL); g_slist_free(targets); return found;