[project @ 2003-07-15 18:05:28 by bursa]

Implement other_destroy().

svn path=/import/netsurf/; revision=219
This commit is contained in:
James Bursa 2003-07-15 18:05:28 +00:00
parent 5911578eaf
commit 9fec06838d
1 changed files with 1 additions and 1 deletions

View File

@ -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);
}