Hi,
I have a main menu with some Buttons, when I click on a button I call the frameHandler and push a new sub menu. The sub menu has a menuPopup with a few menuItems. When I choice a menuItem I call the frameHandler again and push the selected frame. And all the frames have a back function to remove the frame and get the top frame, like in the tutorial. After a few back and forward in the sub menu the memory space tops my heap size of 1MB. To convince myself I use the memory monitor.
So my question is how I can clean up the memory space of the selected frame?

