mirror of
https://github.com/curl/curl.git
synced 2026-07-24 05:27:15 +03:00
http2: switch to use Curl_hash_destroy()
as after 4883f7019d, the *_clean() function only flushes the hash.
This commit is contained in:
parent
0b26b94bdc
commit
979670988a
1 changed files with 1 additions and 1 deletions
|
|
@ -86,7 +86,7 @@ static CURLcode http2_disconnect(struct connectdata *conn,
|
|||
|
||||
nghttp2_session_del(c->h2);
|
||||
Curl_safefree(c->inbuf);
|
||||
Curl_hash_clean(&c->streamsh);
|
||||
Curl_hash_destroy(&c->streamsh);
|
||||
|
||||
DEBUGF(infof(conn->data, "HTTP/2 DISCONNECT done\n"));
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue