[Fontconfig] fontconfig: Branch 'master'
Akira TAGOH
tagoh at kemper.freedesktop.org
Thu Oct 12 02:27:10 UTC 2017
src/fcxml.c | 1 -
1 file changed, 1 deletion(-)
New commits:
commit 90271ae0798dfbdb0d9dce85caf914bee99eca4e
Author: Alexander Kanavin <alex.kanavin at gmail.com>
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;
}
More information about the Fontconfig
mailing list