提交 1d9de5e0 编写于 作者: J johnche(车雄生)

Merge branch 'master' of https://github.com/Tencent/xLua

......@@ -164,7 +164,10 @@ namespace XLua
if (udata != -1)
{
ObjectTranslator translator = ObjectTranslatorPool.Instance.Find(L);
translator.collectObject(udata);
if ( translator != null )
{
translator.collectObject(udata);
}
}
return 0;
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册