Yeah. This was what I was wondering. Because I am initializing arrays using the new function, I was wondering if there was any way that I could catch a force close (clicking the X or using end task) so I could delete [] the array.
Or maybe the array is automatically cleared from memory when the application closes :S I'm not too sure.