src/fcxml.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 16e55c7c85fc5771349172d6eb989dddd48c5c25 Author: Behdad Esfahbod <behdad@xxxxxxxxxx> 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@xxxxxxxxxxxxxxxxxxxxx http://lists.freedesktop.org/mailman/listinfo/fontconfig