1
0
mirror of https://github.com/fumiama/simple-dict.git synced 2026-06-05 02:00:25 +08:00

避免死锁

This commit is contained in:
源文雨
2022-05-05 21:36:07 +08:00
parent f4453fcaa3
commit 3beaa38e50

View File

@@ -434,6 +434,7 @@ static void cleanup_thread(thread_timer_t* timer) {
timer->ptr = NULL;
puts("Free data");
}
if(is_ex_dict_open) close_ex_dict();
puts("Finish cleaning");
}