summaryrefslogtreecommitdiff
path: root/render/html.c
diff options
context:
space:
mode:
authorJames Bursa <james@netsurf-browser.org>2006-12-03 22:34:26 +0000
committerJames Bursa <james@netsurf-browser.org>2006-12-03 22:34:26 +0000
commitb6b768f52153f95ed96980b3eb019d9eec340b6c (patch)
tree3c343c9d7b3215a991fa2aa666ed0b163c8ab760 /render/html.c
parentdb0aae2a469d179fffbbbb83acb649214f5dd9ec (diff)
downloadnetsurf-b6b768f52153f95ed96980b3eb019d9eec340b6c.tar.gz
netsurf-b6b768f52153f95ed96980b3eb019d9eec340b6c.tar.bz2
Improved tracking of memory usage. c->size is now exclusive of talloc size, and the two are added to find the full size.
svn path=/trunk/netsurf/; revision=3103
Diffstat (limited to 'render/html.c')
-rw-r--r--render/html.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/render/html.c b/render/html.c
index e53df7326..c00bf0948 100644
--- a/render/html.c
+++ b/render/html.c
@@ -359,8 +359,6 @@ bool html_convert(struct content *c, int width, int height)
html_reformat(c, width, height);
/*box_dump(c->data.html.layout->children, 0);*/
- c->size = talloc_total_size(c);
-
if (c->active == 0) {
c->status = CONTENT_STATUS_DONE;
content_set_status(c, messages_get("Done"));