main: destroy in_mutex in rot

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

View File

@ -4393,6 +4393,7 @@ void rot_destruct(void *_rot)
brick_string_free(rot->parent_rest);
brick_string_free(rot->fetch_next_origin);
clear_vals(rot->msgs);
mutex_destroy(&rot->inf_mutex);
}
}