summaryrefslogtreecommitdiff
path: root/content/fetchers/about.c
diff options
context:
space:
mode:
Diffstat (limited to 'content/fetchers/about.c')
-rw-r--r--content/fetchers/about.c9
1 files changed, 9 insertions, 0 deletions
diff --git a/content/fetchers/about.c b/content/fetchers/about.c
index 7d0b3b913..b922708a9 100644
--- a/content/fetchers/about.c
+++ b/content/fetchers/about.c
@@ -801,9 +801,14 @@ static bool fetch_about_query_auth_handler(struct fetch_about_context *ctx)
msg.type = FETCH_FINISHED;
fetch_about_send_callback(&msg, ctx);
+ nsurl_unref(siteurl);
+
return true;
fetch_about_query_auth_handler_aborted:
+
+ nsurl_unref(siteurl);
+
return false;
}
@@ -899,9 +904,13 @@ static bool fetch_about_query_ssl_handler(struct fetch_about_context *ctx)
msg.type = FETCH_FINISHED;
fetch_about_send_callback(&msg, ctx);
+ nsurl_unref(siteurl);
+
return true;
fetch_about_query_ssl_handler_aborted:
+ nsurl_unref(siteurl);
+
return false;
}