2009-12-07 11:13:48 +01:00
|
|
|
Index: fontconfig-2.7.0/src/fcxml.c
|
|
|
|
===================================================================
|
|
|
|
--- fontconfig-2.7.0.orig/src/fcxml.c
|
|
|
|
+++ fontconfig-2.7.0/src/fcxml.c
|
|
|
|
@@ -539,6 +539,9 @@ FcTypecheckExpr (FcConfigParse *parse, F
|
2007-02-22 14:19:42 +01:00
|
|
|
{
|
|
|
|
const FcObjectType *o;
|
|
|
|
const FcConstant *c;
|
|
|
|
+
|
|
|
|
+ if (!expr)
|
|
|
|
+ return;
|
|
|
|
|
2009-12-07 11:13:48 +01:00
|
|
|
/* If parsing the expression failed, some nodes may be NULL */
|
|
|
|
if (!expr)
|