Re: Why do I get the message 'pointer being freed was not allocated' in my dynalib?
Re: Why do I get the message 'pointer being freed was not allocated' in my dynalib?
- Subject: Re: Why do I get the message 'pointer being freed was not allocated' in my dynalib?
- From: Jonas Maebe <email@hidden>
- Date: Mon, 17 Jan 2011 13:33:12 +0100
On 16 Jan 2011, at 03:26, Yuri wrote:
No, the only global operator new and operator delete present in the
system is just equivalent to malloc/free.
Given the errors you are getting and the fact that you can resolve
them by forcing a flat namespace, that appears not to be the case.
E.g., libstdc++ also contains a definition of the new operator, and g+
+ links that library by default to all C++ programs/libraries.
Jonas
_______________________________________________
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