summaryrefslogtreecommitdiff
path: root/content/fetchers/curl.c
diff options
context:
space:
mode:
Diffstat (limited to 'content/fetchers/curl.c')
-rw-r--r--content/fetchers/curl.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/content/fetchers/curl.c b/content/fetchers/curl.c
index f812090a1..1dfc44631 100644
--- a/content/fetchers/curl.c
+++ b/content/fetchers/curl.c
@@ -319,6 +319,8 @@ void fetch_curl_finalise(lwc_string *scheme)
h = curl_handle_ring;
RING_REMOVE(curl_handle_ring, h);
lwc_string_unref(h->host);
+ curl_easy_cleanup(h->handle);
+ free(h);
}
}