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) { switch (vstack->tag) {
case FcVStackNone: case FcVStackNone:
break; break;
case FcVStackString:
case FcVStackFamily: case FcVStackFamily:
break; break;
case FcVStackString:
case FcVStackField: case FcVStackField:
case FcVStackConstant: case FcVStackConstant:
case FcVStackGlob: case FcVStackGlob: