From 7859d24ee58afe30c10439eded636d09def5583c Mon Sep 17 00:00:00 2001 From: James Bursa Date: Sun, 21 Sep 2003 22:46:17 +0000 Subject: [project @ 2003-09-21 22:46:17 by bursa] Fix destroy problem with aborted fetches. svn path=/import/netsurf/; revision=306 --- render/textplain.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'render/textplain.c') diff --git a/render/textplain.c b/render/textplain.c index 55d1a604f..d0b0a981b 100644 --- a/render/textplain.c +++ b/render/textplain.c @@ -53,5 +53,5 @@ void textplain_reformat(struct content *c, unsigned int width, unsigned int heig void textplain_destroy(struct content *c) { - assert(0); + html_destroy(c); } -- cgit v1.2.3