bugssss
This commit is contained in:
@ -369,6 +369,7 @@ int main(int argc, char *argv[]) {
|
||||
perror("ERROR FATAL calloc");
|
||||
goto _cleanup;
|
||||
}
|
||||
*connfd = i;
|
||||
args->connfd = connfd;
|
||||
args->quit = &quit;
|
||||
args->request_pipe = request_pipe[1];
|
||||
@ -396,6 +397,7 @@ int main(int argc, char *argv[]) {
|
||||
}
|
||||
}
|
||||
}
|
||||
fprintf(stdout, "\n");
|
||||
|
||||
destroyThreadPool(pool, 0); // notifico che i thread dovranno uscire
|
||||
clearWaiting(&waiting); // destroy waiting list
|
||||
|
||||
Reference in New Issue
Block a user