aside from the increased ugliness, this patch doesn't accomplish much: according to <http://www.lua.org/manual/5.2/manual.html#3.3.5>, control variables of for loops are already local to the loop.
note also that Lua is an interpreted language so allocation / deallocation may not happen when you're expecting it. -- You received this bug notification because you are a member of Dcplusplus-team, which is subscribed to ADCH++. https://bugs.launchpad.net/bugs/1131962 Title: Some local variables aren't marked as such Status in ADCH++: New Bug description: Some local variables aren't marked as such which could cause problems to some users. attached patch fixes it. To manage notifications about this bug go to: https://bugs.launchpad.net/adchpp/+bug/1131962/+subscriptions _______________________________________________ Mailing list: https://launchpad.net/~linuxdcpp-team Post to : linuxdcpp-team@lists.launchpad.net Unsubscribe : https://launchpad.net/~linuxdcpp-team More help : https://help.launchpad.net/ListHelp