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/css21.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'test/css21.c') diff --git a/test/css21.c b/test/css21.c index f969603..14217e7 100644 --- a/test/css21.c +++ b/test/css21.c @@ -121,6 +121,8 @@ int main(int argc, char **argv) assert(css_stylesheet_register_import(sheet, import) == CSS_OK); + css_stylesheet_destroy(import); + error = CSS_IMPORTS_PENDING; } } -- cgit v1.2.3