views:

69

answers:

1

I have NSAutoreleasePool leaked object on a MKMapView. should I be concerned about this? I can't seem to get rid of it. I also noticed that the same leak occurs in apple's CurrentAddress sample code app link text

thanks for any help

+1  A: 

If it depends from Apple's library do not be worried about it (plus it is just 32 byte : D)

rano
thanks, good to know
hanumanDev