Closed GoogleCodeExporter closed 9 years ago
There is nothing in the initializers to suggest a problem with memory
management.
As a rule, Apple advise you not to look at the retainCount, because it can be
affected by many different things. For example, perhaps the layers are being
retained somewhere in the Core Animation framework for some reason. In any
case, I don't think this is an issue, and unless you can trace a memory leak to
it, we probably should close the issue.
Original comment by drewmcco...@mac.com
on 18 Nov 2010 at 8:39
memory leak ... can be traced if you look at allocations in instruments, where
a chartController is a sub view is another view controller and some button
click you try to release and create a chart view, the view stays stays on even
after releasing it or removing it from the superview, these is keeping the
older CPXYGraph alive, as you keep on allocating
Original comment by neerajgo...@gmail.com
on 18 Nov 2010 at 7:59
Are you releasing the CPXYGraph or the CPLayerHostingView?
Original comment by eskr...@mac.com
on 18 Nov 2010 at 11:11
Original comment by drewmcco...@mac.com
on 8 Jan 2011 at 10:07
Original issue reported on code.google.com by
neerajgo...@gmail.com
on 18 Nov 2010 at 1:34