client: destroy mutex

This commit is contained in:
Thomas Schoebel-Theuer 2022-06-15 05:40:42 +02:00 committed by Thomas Schoebel-Theuer
parent a9b1bdcccd
commit d49a6e54c8
1 changed files with 1 additions and 0 deletions

View File

@ -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;
}