summaryrefslogtreecommitdiff
path: root/content/other.c
diff options
context:
space:
mode:
Diffstat (limited to 'content/other.c')
-rw-r--r--content/other.c2
1 files changed, 1 insertions, 1 deletions
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);
}