Re: Error on deleting pointer
Re: Error on deleting pointer
- Subject: Re: Error on deleting pointer
- From: Sean McBride <email@hidden>
- Date: Mon, 12 Sep 2011 11:41:47 -0400
- Organization: Rogue Research Inc.
On Mon, 12 Sep 2011 09:37:08 -0600, Scott Ribe said:
>> Is there a chance that its a bug on XCode/Compiler?
>
>No. You need to trace the lifetime of whatever bgArr points to, and
>figure out where you're deleting/overwriting it.
You might find the bug more quickly using valgrind (if you can run in 10.6, not 10.7), as it will show the line numbers of allocation and deallocation.
--
____________________________________________________________
Sean McBride, B. Eng email@hidden
Rogue Research www.rogue-research.com
Mac Software Developer Montréal, Québec, Canada
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden