summaryrefslogtreecommitdiff
path: root/render/textplain.c
diff options
context:
space:
mode:
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);
}