Re: Pointer was being free was not allocated

2013-02-14 Thread Uli Kusterer
: > >> 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? > > There

Re: Pointer was being free was not allocated

2013-02-13 Thread Sean McBride
On Wed, 13 Feb 2013 19:50:29 +0800, anni saini said: >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

Re: Pointer was being free was not allocated

2013-02-13 Thread Scott Ribe
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 thi

Re: Pointer was being free was not allocated

2013-02-13 Thread Uli Kusterer
explicit in your code) Cheers, -- Uli Kusterer "The Witnesses of TeachText are everywhere..." http://www.zathras.de On Feb 13, 2013, at 12:50 PM, anni saini wrote: > Can anybody know how to resolve the issue of "Pointer was being free was not > allocated" I was facing t

Pointer was being free was not allocated

2013-02-13 Thread anni saini
Hi, 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? Thanks.