aoi icon indicating copy to clipboard operation
aoi copied to clipboard

修复一个因为协程释放引发的空指针错误

Open 0x11901 opened this issue 6 years ago • 0 comments

当 aoi.new 时传入的 lua state 不是 lua 创建时 main thread 的 L 时,临时的 rpc 调用的 thread 被垃圾回收后,L 指针为野指针。

0x11901 avatar Apr 18 '19 10:04 0x11901