[Fontconfig] fontconfig: Branch 'fc-2-12'

Akira TAGOH tagoh at kemper.freedesktop.org
Thu Oct 12 02:26:37 UTC 2017


 src/fcxml.c |    1 -
 1 file changed, 1 deletion(-)

New commits:
commit b5016e3018994cf6595ef2e3ae4569e1bf760c9e
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 19ce96a..edb6054 100644
--- a/src/fcxml.c
+++ b/src/fcxml.c
@@ -3398,7 +3398,6 @@ FcConfigParseAndLoad (FcConfig	    *config,
 
     fd = FcOpen ((char *) filename, O_RDONLY);
     if (fd == -1) {
-	FcStrFree (filename);
 	goto bail1;
     }
 


More information about the Fontconfig mailing list