Re: malloc_error_break
Re: malloc_error_break
- Subject: Re: malloc_error_break
- From: David Duncan <email@hidden>
- Date: Thu, 21 Oct 2010 13:48:11 -0700
On Oct 21, 2010, at 1:44 PM, email@hidden wrote:
> Not a Cocoa topic but I am thinking the smart guys here can show me the error of my ways.
>
> I do this:
>
> BYTE *destination = (BYTE*)malloc(size);
>
> ... do stuff
>
> free(destination);
>
> The free() gives this error
>
> malloc: *** error for object 0x21568580: Non-aligned pointer being freed (2)
>
> How can I avoid this?
Did you perhaps change destination between malloc() and free()?
--
David Duncan
_______________________________________________
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