[project @ 2004-04-02 19:30:13 by bursa]

Fix double-free of frame url.

svn path=/import/netsurf/; revision=704
This commit is contained in:
James Bursa 2004-04-02 19:30:13 +00:00
parent 18cfe064be
commit 095d17b8ad
1 changed files with 0 additions and 1 deletions

View File

@ -2351,7 +2351,6 @@ struct result box_frameset(xmlNode *n, struct status *status,
html_fetch_object(status->content, url, cell_box, 0);
xmlFree(s);
free(url);
c = c->next;
}