yxgao

Results 1 issues of yxgao

thpool.c line 285 *thread_p = (struct thread*)malloc(sizeof(struct thread)); if (thread_p == NULL){ err("thread_init(): Could not allocate memory for thread\n"); return -1; } ///should change to next *thread_p = (struct thread*)malloc(sizeof(struct...