We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1db1fed commit 0a00e95Copy full SHA for 0a00e95
core/iwasm/common/wasm_runtime_common.c
@@ -662,9 +662,12 @@ wasm_runtime_destroy_internal(void)
662
/* runtime env destroy */
663
#if WASM_ENABLE_MULTI_MODULE
664
wasm_runtime_destroy_loading_module_list();
665
+ LOG_DEBUG("%s %d", __func__, __LINE__);
666
os_mutex_destroy(&loading_module_list_lock);
667
668
669
wasm_runtime_destroy_registered_module_list();
670
671
os_mutex_destroy(®istered_module_list_lock);
672
#endif
673
LOG_DEBUG("%s %d", __func__, __LINE__);
0 commit comments