mirror of
https://github.com/netsurf-browser/netsurf
synced 2025-01-12 13:59:20 +03:00
nsurl_ref returns the referenced nsurl.
svn path=/trunk/netsurf/; revision=12991
This commit is contained in:
parent
7805550e82
commit
62111d36be
@ -1008,8 +1008,7 @@ static void browser_window_update_favicon(hlcache_handle *c,
|
||||
return;
|
||||
}
|
||||
} else {
|
||||
nsurl = link->href;
|
||||
nsurl_ref(nsurl);
|
||||
nsurl = nsurl_ref(link->href);
|
||||
}
|
||||
|
||||
if (link == NULL) {
|
||||
|
Loading…
Reference in New Issue
Block a user