Hopefully the final changes!

This commit is contained in:
Jari Matilainen 2017-01-13 21:25:52 +00:00
commit 56da627fcf

View file

@ -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); g_slist_free(targets);
return found; return found;