memory leak in the code
Reported by anand agarwal | August 27th, 2009 @ 09:05 AM
Hi All,
I am using Objective Resource Api for CRUD on server. It is
working perfectly. While using this code I got memory leak at some
place. You know apple is very restrict about memory leak. I have
also done with brainstorming on this memory leak. But unfortunately
I could not remove this leak. Please solve my problem. Otherwise my
application will not be submitted in Apple store.
The place where I got memory leaks are: -
!. While I creating new resource on server using saveRemote method. And due to some reason If my application can't connect to host then leaks responsible caller are at : +[NSError errorWithDomain:code:userInfo:].
- During findAll remote also leak coming.
responsible caller are:- translateCFError
It would be great for me if you could give any suggestion regarding this.
Thanks,
Anand
No comments found
Please Sign in or create a free account to add a new ticket.
With your very own profile, you can contribute to projects, track your activity, watch tickets, receive and update tickets through your email and much more.
Create your profile
Help contribute to this project by taking a few moments to create your personal profile. Create your profile ยป
Port of Rails' ActiveResource framework to the iPhone.