wasm-micro-runtime/core/iwasm
zhouliang3 e64b6e8120
Fix bug of destroy_callback_list not cleared when thread mgr destroy (#844)
The destroy_callback_list variable in thread_manager_destroy is not cleared.
When wamr is started as a task, after exiting and restarting, it will loop
endlessly in traverse_list.

Signed-off-by: zhouliang3 <zhouliang3@xiaomi.com>
2021-11-23 10:57:01 +08:00
..
aot Add more reloc symbols for target arm/thumb/riscv (#834) 2021-11-15 12:23:15 +08:00
common Fix potential pointer overflows (#826) 2021-11-15 10:57:37 +08:00
compilation Enable ref types and bulk memory by default for wamrc (#838) 2021-11-18 17:42:49 +08:00
include Enable LLVM link time optimization (LTO) for AOT (#831) 2021-11-13 16:59:35 +08:00
interpreter Enable ref types and bulk memory by default for wamrc (#838) 2021-11-18 17:42:49 +08:00
libraries Fix bug of destroy_callback_list not cleared when thread mgr destroy (#844) 2021-11-23 10:57:01 +08:00
README.md Enable AoT and wamr-sdk, and change arguments of call wasm API (#157) 2020-01-21 13:26:14 +08:00