I am facing the error of "error for object 0x1c8250: double free" when delloc for my controller is called. I causes some memory issues. Kindly guide me about this error. What is the best thing to do to prevent this error.
Asked
Active
Viewed 458 times
1
-
3Make sure you do not free the same objects more than once. It's hard to give proper advice here without seeing problematic code – Vladimir Mar 11 '10 at 10:09
1 Answers
0
Check out the answer to this question.
Somewhere in your code you have a [obj release] that is incorrect.

Community
- 1
- 1

Stephen Furlani
- 6,794
- 4
- 31
- 60