I’m finding with recent Corona builds that calling cleanGroup() (as defined here http://jonbeebe.tumblr.com/post/3760389212/proper-group-cleaning-in-corona-script-download) results in a stack overflow due to repeated recursion of calling group.remove. Any ideas how to avoid that?
It seems like when remove() is called on a display group with a nested display group as the argument, when o:removeSelf() is called on the child display group it is just getting called again repeatedly, causing a stack overflow.
[import]uid: 43692 topic_id: 30849 reply_id: 330849[/import]