[Fontconfig] fontconfig: Branch 'master'

Behdad Esfahbod behdad at kemper.freedesktop.org
Mon Jul 20 13:31:46 PDT 2009


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

New commits:
commit 16e55c7c85fc5771349172d6eb989dddd48c5c25
Author: Behdad Esfahbod <behdad at behdad.org>
Date:   Mon Jul 20 16:30:12 2009 -0400

    Fix leak with string VStack objects

diff --git a/src/fcxml.c b/src/fcxml.c
index 7b0b287..9713e6b 100644
--- a/src/fcxml.c
+++ b/src/fcxml.c
@@ -836,9 +836,9 @@ FcVStackPopAndDestroy (FcConfigParse *parse)
     switch (vstack->tag) {
     case FcVStackNone:
 	break;
-    case FcVStackString:
     case FcVStackFamily:
 	break;
+    case FcVStackString:
     case FcVStackField:
     case FcVStackConstant:
     case FcVStackGlob:


More information about the Fontconfig mailing list