mirror of
https://github.com/netsurf-browser/netsurf
synced 2024-11-28 17:23:09 +03:00
[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:
parent
18cfe064be
commit
095d17b8ad
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user