summaryrefslogtreecommitdiff
path: root/render/box_construct.c
diff options
context:
space:
mode:
authorJames Bursa <james@netsurf-browser.org>2006-12-08 22:18:15 +0000
committerJames Bursa <james@netsurf-browser.org>2006-12-08 22:18:15 +0000
commite2d7630ae83ae795775487b098a3cb2fe119a368 (patch)
treee3d07ffbc1818fd7dad9e332aaca8dba7d5d1d84 /render/box_construct.c
parent246352fb97a5b97355b4c6c9c74b1f7592c3eab3 (diff)
downloadnetsurf-e2d7630ae83ae795775487b098a3cb2fe119a368.tar.gz
netsurf-e2d7630ae83ae795775487b098a3cb2fe119a368.tar.bz2
Remove wrong kind of free for data allocated using talloc.
svn path=/trunk/netsurf/; revision=3113
Diffstat (limited to 'render/box_construct.c')
-rw-r--r--render/box_construct.c1
1 files changed, 0 insertions, 1 deletions
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);