[project @ 2003-09-21 22:46:17 by bursa]
Fix destroy problem with aborted fetches. svn path=/import/netsurf/; revision=306
This commit is contained in:
parent
4aadb2d013
commit
7859d24ee5
|
@ -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);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue