Bug #2085
场景联动服务脚本对象指针未销毁
Start date:
03/27/2022
Due date:
% Done:
100%
Estimated time:
Defect version:
Description
场景联动服务处理脚本时声明的脚本对象用完未销毁
History
Updated by jiwei shi over 2 years ago
- Status changed from In Progress to Resolved
- % Done changed from 0 to 100
代码校验时发现lua脚本对象使用完毕未关闭销毁;
修改:添加lua_close(L);