If you start a game and then return to the main menu the memory for the game play is all released except for 2-3MB. Must track down memory leak and fix it.
don't think this one will get fixed - it's too much hassle (due to poor choice of not using smart pointers) and not that big of impact. If many games are played it's possible that the user may have to restart the program entirely, but that's no big deal. (besides, the process takes up less than 25 MB anyway).
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Logged In: NO
don't think this one will get fixed - it's too much hassle (due to poor choice of not using smart pointers) and not that big of impact. If many games are played it's possible that the user may have to restart the program entirely, but that's no big deal. (besides, the process takes up less than 25 MB anyway).