Question

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.

Was it helpful?

Solution

Check out the answer to this question.

Somewhere in your code you have a [obj release] that is incorrect.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top