mirror of
https://github.com/netsurf-browser/netsurf
synced 2025-02-16 22:43:58 +03:00
Fix "about:".
svn path=/trunk/netsurf/; revision=13054
This commit is contained in:
parent
d3fce3ffc3
commit
8f554bb0e5
@ -663,7 +663,8 @@ fetch_about_setup(struct fetch *fetchh,
|
||||
}
|
||||
}
|
||||
|
||||
lwc_string_unref(path);
|
||||
if (path != NULL)
|
||||
lwc_string_unref(path);
|
||||
|
||||
ctx->fetchh = fetchh;
|
||||
ctx->url = nsurl_ref(url);
|
||||
|
Loading…
x
Reference in New Issue
Block a user