- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi, i use parallel studio 2011 inspector in memory checker mode. I write a small test
double *pointer=new double[20];
pointer=new double[20];
delete []pointer;
but my memory checker dose not see any leaks! i configure my compiler like here
But its still not workong!
Link Copied
5 Replies
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Could you please share your project?
If needed, I can convert this forum thread to a private in order to exchange confidential information and source codes.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Sure, i can do itpublic - this project just an win32 console project with those 3 strings. But if you want to see a settings, can you say me how i can share this project in vs 2010? Just add all files?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Zip the project and attach to this thread ('Add Files' in the control pane of the editor)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi,
This is the intended behaviour of the Inspector. An application should exit in a "normal way", i.e. without termination.
Thanks.

Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page