From 7baa070c9f9061714840bee2f66c4ad097c49113 Mon Sep 17 00:00:00 2001 From: John Mark Bell Date: Thu, 3 Feb 2011 09:28:36 +0000 Subject: Initialise font callback pointers svn path=/trunk/libcss/; revision=11607 --- test/select-auto.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'test/select-auto.c') diff --git a/test/select-auto.c b/test/select-auto.c index e79688e..4763018 100644 --- a/test/select-auto.c +++ b/test/select-auto.c @@ -536,6 +536,8 @@ void css__parse_sheet(line_ctx *ctx, const char *data, size_t len) params.import_pw = NULL; params.color = NULL; params.color_pw = NULL; + params.font = NULL; + params.font_pw = NULL; /** \todo How are we going to handle @import? */ assert(css_stylesheet_create(¶ms, myrealloc, NULL, -- cgit v1.2.3