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/parse-auto.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'test/parse-auto.c') diff --git a/test/parse-auto.c b/test/parse-auto.c index 3c3e011..e050b22 100644 --- a/test/parse-auto.c +++ b/test/parse-auto.c @@ -383,6 +383,8 @@ void run_test(const uint8_t *data, size_t len, exp_entry *exp, size_t explen) params.import_pw = NULL; params.color = NULL; params.color_pw = NULL; + params.font = NULL; + params.font_pw = NULL; assert(css_stylesheet_create(¶ms, myrealloc, NULL, &sheet) == CSS_OK); -- cgit v1.2.1