fontconfig: Branch 'master'

View: New views
1 Messages — Rating Filter:   Alert me  

fontconfig: Branch 'master'

by Behdad Esfahbod-6 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

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

New commits:
commit 16e55c7c85fc5771349172d6eb989dddd48c5c25
Author: Behdad Esfahbod <behdad@...>
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:
_______________________________________________
Fontconfig mailing list
Fontconfig@...
http://lists.freedesktop.org/mailman/listinfo/fontconfig