Basic question on freeing Memory and removing or purging a storyboard.

I have a basic question I think… In the ‘exitScene’ function of a storyboard, do I need to ‘removeSelf’ and ‘= nil’ all the display objects that I have created explicitly or will removing or deleting the scene be sufficient? 

Also, is there a difference in elements and the need to clean them up? For example: display.newImage, display.newText, widget.newButton, or display.newImageRect?

Why don’t you need to nil out variables and tables?

Thanks!

Gullie

Here is the documentation regarding memory and performance optimization:

http://docs.coronalabs.com/guide/basics/optimization/index.html

Here is the documentation regarding memory and performance optimization:

http://docs.coronalabs.com/guide/basics/optimization/index.html