fix leaks
This commit is contained in:
@ -13,7 +13,7 @@
|
||||
typedef struct struct_thread {
|
||||
volatile int *quit;
|
||||
int request_pipe;
|
||||
int *connfd;
|
||||
long *connfd;
|
||||
queueT *q; // puntatore alla queue dei file
|
||||
taglia_t *taglia; // puntatore alla struct del file di log
|
||||
threadpool_t *pool; // puntatore alla threadpool
|
||||
|
||||
Reference in New Issue
Block a user