[project @ 2003-07-15 18:05:28 by bursa]
Implement other_destroy(). svn path=/import/netsurf/; revision=219
This commit is contained in:
parent
5911578eaf
commit
9fec06838d
|
@ -49,5 +49,5 @@ void other_reformat(struct content *c, unsigned int width, unsigned int height)
|
||||||
|
|
||||||
void other_destroy(struct content *c)
|
void other_destroy(struct content *c)
|
||||||
{
|
{
|
||||||
assert(0);
|
free(c->data.other.data);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue