mirror of
https://github.com/curl/curl.git
synced 2026-07-31 00:08:03 +03:00
parent
cb307544ad
commit
1b8f4dba28
16 changed files with 22 additions and 32 deletions
|
|
@ -89,7 +89,7 @@ static voidpf zalloc_cb(voidpf opaque, unsigned int items, unsigned int size)
|
|||
{
|
||||
(void)opaque;
|
||||
/* not a typo, keep it curlx_calloc() */
|
||||
return (voidpf)curlx_calloc(items, size);
|
||||
return curlx_calloc(items, size);
|
||||
}
|
||||
|
||||
static void zfree_cb(voidpf opaque, voidpf ptr)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue