src/fcxml.c | 1 - 1 file changed, 1 deletion(-) New commits: commit 90271ae0798dfbdb0d9dce85caf914bee99eca4e Author: Alexander Kanavin <alex.kanavin@xxxxxxxxx> Date: Wed Oct 11 17:40:09 2017 +0300 src/fcxml.c: avoid double free() of filename It's also freed after bail1, so no need to do it here. diff --git a/src/fcxml.c b/src/fcxml.c index ce17b64..0cf6ee5 100644 --- a/src/fcxml.c +++ b/src/fcxml.c @@ -3344,7 +3344,6 @@ FcConfigParseAndLoad (FcConfig *config, fd = FcOpen ((char *) filename, O_RDONLY); if (fd == -1) { - FcStrFree (filename); goto bail1; } _______________________________________________ Fontconfig mailing list Fontconfig@xxxxxxxxxxxxxxxxxxxxx https://lists.freedesktop.org/mailman/listinfo/fontconfig