We are migrating issue tracker of Cocos2d-x Project to Github, please create new issue there. Thanks.
Some lua manual binding functions don't remove unneeded element in the lua stack
Some lua manual binding functions don't remove unneeded element in the lua stack
Bug #3374 [Closed]
- Subject changed from Register the lua manual binding funtions leading to the top index of lua state to Some lua manual binding functions don't remove unneeded element in the lua stack
- Description updated (diff)
- Status changed from New to Closed
Status: | Closed | |
---|---|---|
Start date: | 2013-12-11 | |
Priority: | Normal | |
Due date: | ||
Assignee: | ||
% Done: | 0% |
|
Category: | all | |
Target version: | 3.0-beta |
Some functions, such as extendScrollView, extendControl, don’t invoke “lua_pop” after invoking “lua_get_table”. It causes that, some unneded element leaves in the lua stack.