mirror of
https://github.com/lxsang/ant-http
synced 2025-07-18 22:59:45 +02:00
remove strdup calles
This commit is contained in:
@ -53,7 +53,7 @@ static antd_task_item_t dequeue(antd_task_queue_t* q)
|
||||
}
|
||||
|
||||
|
||||
static antd_callback_t* callback_of( void* (*callback)(void*) )
|
||||
antd_callback_t* callback_of( void* (*callback)(void*) )
|
||||
{
|
||||
antd_callback_t* cb = NULL;
|
||||
if(callback)
|
||||
|
Reference in New Issue
Block a user