[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:
James Bursa 2003-09-21 22:46:17 +00:00
parent 4aadb2d013
commit 7859d24ee5
1 changed files with 1 additions and 1 deletions

View File

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