Fix leak with string VStack objects

This commit is contained in:
Behdad Esfahbod 2009-07-20 16:30:12 -04:00
parent c0ffd7733a
commit 16e55c7c85
1 changed files with 1 additions and 1 deletions

View File

@ -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: