I am having memory issues (insert joke here). After restarting the program it crashes after 4-14 restarts. I think it is just filling up the memory each time I run the program until it is out of memory.
So if I put ExitApplication at the end of activity_pause, will this completely destroy the program and destroy all variables and such? It's OK to go through 'is first = true' each time. I don't care. But is my assumption correct Would this just erase everything? I can always have the variable reload.
So if I put ExitApplication at the end of activity_pause, will this completely destroy the program and destroy all variables and such? It's OK to go through 'is first = true' each time. I don't care. But is my assumption correct Would this just erase everything? I can always have the variable reload.