Parent groups & Children

Am I correct in assuming that as of the current Corona SDK release and daily builds that if I create a parent group for all of my child display objects I can just call group:removeGroup() and all the child objects are released from memory, saving me the pain of nil’ing them out individually?

– Chris [import]uid: 33866 topic_id: 10226 reply_id: 310226[/import]

In my tests, removeGroup() and removeSelf() do a good job of reclaiming all there is to reclaim.

You should no longer need any special “cleanGroups” function.
[import]uid: 59054 topic_id: 10226 reply_id: 37305[/import]

removeGroup?

Where is this documented? [import]uid: 4596 topic_id: 10226 reply_id: 37311[/import]

Sorry for the confusion, I was referring to the group:remove( ) function which can be found here: group:remove( ) [import]uid: 33866 topic_id: 10226 reply_id: 37448[/import]