mirror of
https://github.com/curl/curl.git
synced 2026-07-16 01:47:16 +03:00
parent
412cd2577a
commit
dfadec7ec3
1 changed files with 1 additions and 1 deletions
|
|
@ -218,7 +218,7 @@ static char *buffer_undef(localkey_t key, long size)
|
|||
* buffer headers. */
|
||||
locbufs = calloc((size_t)LK_LAST, sizeof(*locbufs));
|
||||
if(!locbufs) {
|
||||
pthread_mutex_unlock(&mutex); /* For symetry: will probably fail. */
|
||||
pthread_mutex_unlock(&mutex); /* For symmetry: will probably fail. */
|
||||
return (char *)NULL;
|
||||
}
|
||||
else
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue