Should I be deleting resized arrays? (any gc happens within the Terminal?)

 

Hi Coders,

being the OO guy that I am, one of my concerns is whatever happens to custom arrays when the lifecycle of an indicator ( within which such arrays are defined)draws to an end. More specifically:

Is there any garbage collector which takes care of this, including arrays which have been resized many times? 

 

Mac 

 
When the indicator/EA is unloaded (removed, chart closed) all memory is reclaimed.