Skip to content

Commit 0a00e95

Browse files
committed
test
1 parent 1db1fed commit 0a00e95

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

core/iwasm/common/wasm_runtime_common.c

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -662,9 +662,12 @@ wasm_runtime_destroy_internal(void)
662662
/* runtime env destroy */
663663
#if WASM_ENABLE_MULTI_MODULE
664664
wasm_runtime_destroy_loading_module_list();
665+
LOG_DEBUG("%s %d", __func__, __LINE__);
665666
os_mutex_destroy(&loading_module_list_lock);
667+
LOG_DEBUG("%s %d", __func__, __LINE__);
666668

667669
wasm_runtime_destroy_registered_module_list();
670+
LOG_DEBUG("%s %d", __func__, __LINE__);
668671
os_mutex_destroy(&registered_module_list_lock);
669672
#endif
670673
LOG_DEBUG("%s %d", __func__, __LINE__);

0 commit comments

Comments
 (0)