]> git.wh0rd.org - fontconfig.git/blobdiff - src/fccfg.c
Fix crash on invalid constants in config files (forgot to update a pointer
[fontconfig.git] / src / fccfg.c
index 3781d7b4a8633411a4691bbdd8eff153e7853d41..3c311f94437765dfa7db9914b94da93b6a0f27e3 100644 (file)
@@ -1121,6 +1121,7 @@ FcConfigValues (FcPattern *p, FcExpr *e, FcValueBinding binding)
            free (l);
        }
        lp = next;
+        l = FcValueListPtrU (lp);
     }
     return l;
 }