Thread: MSVC 05 standard not catching memory leaks

  1. #1
    Registered User VirtualAce's Avatar
    Join Date
    Aug 2001
    Posts
    9,607

    MSVC 05 standard not catching memory leaks

    I've done just about everything I know to have the crt catch memory leaks and it's simply not doing it at all.

    I put my code on another compiler and it leaked immediately. The only difference is one is standard edition and one is professional edition.

    Why would the crt not be finding leaks on my standard edition? All threads exit with 0 and nothing is dumped. I know this code leaks because I'm purposely causing these. There are other leaks I'm trying to track down but it's kind of hard when your compiler isn't catching them.

    EDIT:

    Fixed. They were getting sent to the Immediate window.
    Last edited by VirtualAce; 12-27-2007 at 06:11 PM.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Question regarding Memory Leak
    By clegs in forum C++ Programming
    Replies: 29
    Last Post: 12-07-2007, 01:57 AM
  2. Memory leaks!!
    By Unregistered in forum C++ Programming
    Replies: 6
    Last Post: 05-13-2002, 04:01 AM
  3. about memory leaks with this simple program
    By Unregistered in forum C++ Programming
    Replies: 5
    Last Post: 04-07-2002, 07:19 PM
  4. Memory leaks
    By Eber Kain in forum C++ Programming
    Replies: 3
    Last Post: 12-20-2001, 12:58 PM
  5. Memory Leaks
    By SwirlingVortex in forum C++ Programming
    Replies: 2
    Last Post: 09-21-2001, 06:34 AM