summaryrefslogtreecommitdiff
path: root/lib/share.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/share.c')
-rw-r--r--lib/share.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/share.c b/lib/share.c
index 407ac3453..c03aa4143 100644
--- a/lib/share.c
+++ b/lib/share.c
@@ -197,7 +197,7 @@ curl_share_cleanup(struct Curl_share *share)
return CURLSHE_IN_USE;
}
- Curl_conncache_close_all_connections(&share->conn_cache);
+ Curl_conncache_close_all_connections(&share->conn_cache, NULL);
Curl_conncache_destroy(&share->conn_cache);
Curl_hash_destroy(&share->hostcache);