mirror of
https://github.com/schoebel/mars
synced 2025-02-25 17:10:36 +00:00
main: destroy in_mutex in rot
This commit is contained in:
parent
a23f39c064
commit
a9b1bdcccd
@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user