Fix "about:".

svn path=/trunk/netsurf/; revision=13054
This commit is contained in:
Michael Drake 2011-10-15 09:47:37 +00:00
parent d3fce3ffc3
commit 8f554bb0e5

View File

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