From 85e3fc7fc05dd06683ef0898c45a58e9237164d6 Mon Sep 17 00:00:00 2001 From: John Mark Bell Date: Sun, 11 Apr 2010 19:49:58 +0000 Subject: Ownership of imported stylesheets is retained by the client. svn path=/trunk/libcss/; revision=10367 --- 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 0a3ae10..c15f572 100644 --- a/test/parse-auto.c +++ b/test/parse-auto.c @@ -542,6 +542,8 @@ void validate_rule_import(css_rule_import *s, exp_entry *e, int testnum) e->name); assert(0 && "Mismatched URLs"); } + + css_stylesheet_destroy(s->sheet); } void dump_selector_list(css_selector *list, char **ptr) -- cgit v1.2.3