Howdy Y’all,
I have just noticed something odd with the folder generated by the simulator that stores an app’s Document & TMP folder.
The Document folder is storing my app’s save data no problem, so all good here.
However the TMP folder is filling up with thousands of files called “table/0x7f###########.jpg” (obviously named for the memory address of the table). I cleared it out and it generally creates about 5 of these files each time I test the ‘game’ scene of my app. i checked it today and after 1 day the folder was well over 3000 of these table files!
Question time:
Is this normal behaviour? If so why is the simulator not removing these files?
Does this also occur on devices? I hope not because I only need to save a small settings file and would hate to think that apps made by Corona eventually bloat up and waste space 
I hope someone knows the answer to this 
PS just thought that I would add that I do indeed clean up my screen and destroy all objects/table etc after use
Regards,
Dave