MKMapView Memory Leak in iPhone Application
Posted
by user255884
on Stack Overflow
See other posts from Stack Overflow
or by user255884
Published on 2010-01-21T14:55:34Z
Indexed on
2010/03/08
15:06 UTC
Read the original article
Hit count: 1118
memory-leaks
I am working on an iPhone application which uses MKMapView and shows userlocation. I am getting memory leaks where leaked object is NSCFArray of size 128 Bytes, GeneralBlock-16, GenralBlock-8 when is set MKMapView's showUserLocation property as TRUE. If is set it as NO then i dont get this leak. Can anyone suggest that what can be the possible reason for this. Is this a bug in MKMapView class or is am I using the MKMapView incorrectly. Can someone tell me what is the best way to use MKMapView and show userLocation also.
Thanks & Regards, Priyanka Aggarwal
© Stack Overflow or respective owner