mirror of
https://gitee.com/Lyon1998/pikapython.git
synced 2025-01-29 17:22:56 +08:00
fix pika_lua close()
This commit is contained in:
parent
af319d7b4d
commit
d403603296
@ -83,4 +83,5 @@ __exit:
|
||||
void _pika_lua___del__(PikaObj* self){
|
||||
pika_debug("lua close!\r\n");
|
||||
lua_close(g_pika_L); // 关闭 Lua 状态机,释放所有关联的资源
|
||||
g_pika_L = NULL;
|
||||
}
|
||||
|
@ -83,4 +83,5 @@ __exit:
|
||||
void _pika_lua___del__(PikaObj* self){
|
||||
pika_debug("lua close!\r\n");
|
||||
lua_close(g_pika_L); // 关闭 Lua 状态机,释放所有关联的资源
|
||||
g_pika_L = NULL;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user