ssdongdongwang / arisgames

Automatically exported from code.google.com/p/arisgames
MIT License
1 stars 0 forks source link

Memory leak #92

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
in iPhoneClient/Scene.m:
text = [[aText copy] retain];

"copy" already retains, so you are retaining twice, causing a memory leak

Original issue reported on code.google.com by spoon.re...@gmail.com on 20 Jan 2011 at 7:16