fontconfig: Branch 'master'

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



 src/fccache.c |    1 +
 1 file changed, 1 insertion(+)

New commits:
commit d15c46d75eda4bc6009770a706d97956b5a7a31d
Author: Petr Filipsky <philodej@xxxxxxxxx>
Date:   Fri May 20 12:30:44 2016 +0000

    Fix memory leak in FcDirCacheLock

diff --git a/src/fccache.c b/src/fccache.c
index 7d6396c..3344a09 100644
--- a/src/fccache.c
+++ b/src/fccache.c
@@ -1193,6 +1193,7 @@ FcDirCacheLock (const FcChar8 *dir,
 	    break;
 	}
     }
+    FcStrListDone (list);
     return fd;
 bail:
     if (fd != -1)
_______________________________________________
Fontconfig mailing list
Fontconfig@xxxxxxxxxxxxxxxxxxxxx
https://lists.freedesktop.org/mailman/listinfo/fontconfig




[Index of Archives]     [Fedora Fonts]     [Fedora Users]     [Fedora Cloud]     [Kernel]     [Fedora Packaging]     [Fedora Desktop]     [PAM]     [Gimp Graphics Editor]     [Yosemite News]

  Powered by Linux