mirror of https://github.com/schoebel/mars
client: destroy mutex
This commit is contained in:
parent
a9b1bdcccd
commit
d49a6e54c8
|
@ -1172,6 +1172,7 @@ static int client_output_destruct(struct client_output *output)
|
|||
{
|
||||
brick_string_free(output->bundle.path);
|
||||
brick_block_free(output->hash_table, PAGE_SIZE);
|
||||
mutex_destroy(&output->mutex);
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue