From b6b768f52153f95ed96980b3eb019d9eec340b6c Mon Sep 17 00:00:00 2001 From: James Bursa Date: Sun, 3 Dec 2006 22:34:26 +0000 Subject: 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 --- render/html.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'render/html.c') 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")); -- cgit v1.2.3