Capture (almost) all worker thread time.

git-svn-id: https://www.unprompted.com/svn/projects/tildefriends/trunk@4373 ed5197a5-7fde-0310-b194-c3ffbd925b24
This commit is contained in:
2023-07-29 22:29:09 +00:00
parent 3e5abf3a4d
commit b5768dd927
3 changed files with 37 additions and 5 deletions

View File

@ -2371,6 +2371,7 @@ void tf_ssb_destroy(tf_ssb_t* ssb)
uv_mutex_destroy(&ssb->db_readers_lock);
uv_mutex_destroy(&ssb->db_writer_lock);
tf_free((void*)ssb->db_path);
tf_free(ssb->thread_time);
tf_free(ssb);
}