Clean up cached fetch handles.
This commit is contained in:
parent
0e4a605729
commit
0d03a342d9
|
@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue