(633,0xac8ad2c0) malloc: * error for object 0x6ab4b10: double free
* set a breakpoint in malloc_error_break to debug
What does it mean? And How can I solve it?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
As of today! I solved this problem, the problem was there in my code, that’s what I did to solved it, I used to Analyze my code from XCode IDE. Then I founded some memory leaks over there into my code! I used to remove it, and thats all! I solved it:)