Re: malloc during selectAll -> crash
Re: malloc during selectAll -> crash
- Subject: Re: malloc during selectAll -> crash
- From: Lorenzo <email@hidden>
- Date: Thu, 11 May 2006 16:50:13 +0200
Yes, thanks, I am out today...
I have just redone
unsigned int *buf = (unsigned int*)
malloc(totItems * sizeof(unsigned int));
and it works like a charm.
Thank you. So stupid question.
Best Regards
--
Lorenzo
email: email@hidden
> From: Ryan Britton <email@hidden>
> Date: Thu, 11 May 2006 07:31:09 -0700
> To: Lorenzo <email@hidden>
> Cc: email@hidden
> Subject: Re: malloc during selectAll -> crash
>
> buf = (unsigned int
> *) malloc(totlItems * sizeof(unsigned int));
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden