Search:

Type: Posts; User: happyCodeBird

Search: Search took 0.01 seconds.

  1. It also works. Thanks for the solution!

    It also works.
    Thanks for the solution!
  2. Yes. It is very helpful. By the way, I think...

    Yes. It is very helpful.

    By the way, I think the function should be:


    _CrtSetDbgFlag(_CRTDBG_LEAK_CHECK_DF);
  3. Thanks very much for pointing out the way MSVC...

    Thanks very much for pointing out the way MSVC debug works!
  4. Looking for a solution to a memory leak with pointers in a class

    Although the data is deleted, MSVC shows that the following code has a memory leak issue. Does anyone know how to fix the memory leak bug in the class? Thanks.





    #define _CRTDBG_MAP_ALLOC...
Results 1 to 4 of 4