diff options
Diffstat (limited to 'lib')
| -rwxr-xr-x | lib/multi.c | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/lib/multi.c b/lib/multi.c index cc11ea617..6d819b4aa 100755 --- a/lib/multi.c +++ b/lib/multi.c @@ -260,6 +260,7 @@ static struct Curl_sh_entry *sh_addentry(struct curl_hash *sh,    /* make/add new hash entry */    if(!Curl_hash_add(sh, (char *)&s, sizeof(curl_socket_t), check)) { +    Curl_hash_destroy(&check->transfers);      free(check);      return NULL; /* major failure */    } | 
