Freed thread structs.
This commit is contained in:
@ -470,6 +470,8 @@ ssize_t log_flush_timeout_ms = 0;
|
|||||||
for (n = 0; n < n_threads - 1; n++)
|
for (n = 0; n < n_threads - 1; n++)
|
||||||
thread_wait(threads[n]);
|
thread_wait(threads[n]);
|
||||||
|
|
||||||
|
free(threads);
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Wait the flush thread.
|
* Wait the flush thread.
|
||||||
*/
|
*/
|
||||||
|
Reference in New Issue
Block a user