fontconfig: Branch 'master'

[email protected] (Behdad Esfahbod)
Newsgroups gmane.comp.fonts.fontconfig
Message-ID <[email protected]>
 src/fcfreetype.c |    1 +
 1 file changed, 1 insertion(+)

New commits:
commit 030e2e4e9473532de5ef6bf4c7905bdf653dc6ef
Author: Behdad Esfahbod <[email protected]>
Date:   Fri Jan 5 14:33:17 2018 +0000

    Fix leak

diff --git a/src/fcfreetype.c b/src/fcfreetype.c
index 461fbf9..22d651d 100644
--- a/src/fcfreetype.c
+++ b/src/fcfreetype.c
@@ -2170,6 +2170,7 @@ skip:
     } while (!err && (!index_set || face_num == set_face_num) && face_num < num_faces);
 
 bail:
+    free (mm_var);
     FcLangSetDestroy (ls);
     FcCharSetDestroy (cs);
     if (face)
_______________________________________________
Fontconfig mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/fontconfig
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.