From e2d7630ae83ae795775487b098a3cb2fe119a368 Mon Sep 17 00:00:00 2001 From: James Bursa Date: Fri, 8 Dec 2006 22:18:15 +0000 Subject: Remove wrong kind of free for data allocated using talloc. svn path=/trunk/netsurf/; revision=3113 --- render/box_construct.c | 1 - 1 file changed, 1 deletion(-) (limited to 'render/box_construct.c') diff --git a/render/box_construct.c b/render/box_construct.c index 0b00570bf..41df9ad3b 100644 --- a/render/box_construct.c +++ b/render/box_construct.c @@ -998,7 +998,6 @@ struct css_style * box_get_style(struct content *c, astyle = css_duplicate_style(&css_empty_style); if (!astyle) { xmlFree(s); - css_free_style(style); return 0; } css_parse_property_list(c, astyle, s); -- cgit v1.2.3