summaryrefslogtreecommitdiff
path: root/render/textplain.c
diff options
context:
space:
mode:
authorJames Bursa <james@netsurf-browser.org>2003-09-21 22:46:17 +0000
committerJames Bursa <james@netsurf-browser.org>2003-09-21 22:46:17 +0000
commit7859d24ee58afe30c10439eded636d09def5583c (patch)
tree361db9eb54d733c587e5564b2d05f17c77a1421f /render/textplain.c
parent4aadb2d013d5d99e2e92d796e097fae8c73e931e (diff)
downloadnetsurf-7859d24ee58afe30c10439eded636d09def5583c.tar.gz
netsurf-7859d24ee58afe30c10439eded636d09def5583c.tar.bz2
[project @ 2003-09-21 22:46:17 by bursa]
Fix destroy problem with aborted fetches. svn path=/import/netsurf/; revision=306
Diffstat (limited to 'render/textplain.c')
-rw-r--r--render/textplain.c2
1 files changed, 1 insertions, 1 deletions
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);
}