It can be reproduced by simply releasing a RMPath. It holds a
NSMutableArray called "points" that seems to be legacy from before
CGMutablePath was used. Every point added to the path is also added to the
points array, although it is never used. This uses unnecessary memory. On
top of that the array is never released - leading to memory leaks.
Original issue reported on code.google.com by andrei.g...@gmail.com on 16 Dec 2009 at 11:13
Original issue reported on code.google.com by
andrei.g...@gmail.com
on 16 Dec 2009 at 11:13