From 9fec06838d4efc51ac2a2e69ae16ac34e4125ca0 Mon Sep 17 00:00:00 2001 From: James Bursa Date: Tue, 15 Jul 2003 18:05:28 +0000 Subject: [project @ 2003-07-15 18:05:28 by bursa] Implement other_destroy(). svn path=/import/netsurf/; revision=219 --- content/other.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'content') diff --git a/content/other.c b/content/other.c index 638cedcd3..0c1475148 100644 --- a/content/other.c +++ b/content/other.c @@ -49,5 +49,5 @@ void other_reformat(struct content *c, unsigned int width, unsigned int height) void other_destroy(struct content *c) { - assert(0); + free(c->data.other.data); } -- cgit v1.2.3