diff options
| author | ruki <[email protected]> | 2025-04-18 22:42:48 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2025-08-28 11:35:53 +0800 |
| commit | ad77d170e407fc7d346df32a88683aae050bf36b (patch) | |
| tree | e1ae2f06dc31a84ae42b4dd6086cb570ef88b95b /core/src/xmake/thread/thread_exit.c | |
| parent | 6eccd1efa540d634e35eb29cf923025e0667aa0c (diff) | |
run thread
Diffstat (limited to 'core/src/xmake/thread/thread_exit.c')
| -rw-r--r-- | core/src/xmake/thread/thread_exit.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/core/src/xmake/thread/thread_exit.c b/core/src/xmake/thread/thread_exit.c index 023d6afa7..881addbd2 100644 --- a/core/src/xmake/thread/thread_exit.c +++ b/core/src/xmake/thread/thread_exit.c @@ -49,8 +49,7 @@ tb_int_t xm_thread_exit(lua_State* lua) // exit thread if (thread) { - tb_string_exit(&thread->callback); - tb_string_exit(&thread->argv); + tb_string_exit(&thread->callinfo); if (thread->handle) { tb_thread_exit(thread->handle); |
