remove strdup calles

This commit is contained in:
lxsang
2019-12-22 14:33:42 +01:00
parent ea07981160
commit c429a7dd66
8 changed files with 51 additions and 66 deletions

View File

@ -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)