Comment 2 for bug 1651591

Revision history for this message
SirVer (sirver) wrote : Re: memory leak with this save game

What makes you think that this is a memory leak?

The rise in memory could just be due to more animations being loaded into memory. Also, how do you measure memory? If you use Activity manager or top or something external, the total will be misleading since the kernel will not take memory away from processes unless there is memory pressure - even if the program frees memory.

To be sure, this needs to be tested with MSAN or Mac Os X instruments leak detector, efence or similar.