Re: Pointer was being free was not allocated
Re: Pointer was being free was not allocated
- Subject: Re: Pointer was being free was not allocated
- From: Scott Ribe <email@hidden>
- Date: Wed, 13 Feb 2013 06:37:27 -0700
On Feb 13, 2013, at 4:50 AM, anni saini wrote:
> Can anybody know how to resolve the issue of "Pointer was being free was not allocated" I was facing this issue with my project on 10.7 and 10.8 however the code works perfectly fine on 10.6. Any idea what is causing this?
You're probably freeing a pointer that has already been freed--in other words "not currently allocated" as opposed to "never allocated".
--
Scott Ribe
email@hidden
http://www.elevated-dev.com/
(303) 722-0567 voice
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden