1

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.

Pang
  • 9,564
  • 146
  • 81
  • 122
Abdul Samad
  • 5,748
  • 17
  • 56
  • 70
  • 3
    Make 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 Answers1

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