Quantcast
Channel: New board topics in SmartBear Community
Viewing all articles
Browse latest Browse all 20755

Memory leak from basic types not detected

$
0
0

Hi all,

 

I found an issue in AQTime memory profiler, where memory leaks from basic data types are not detected. For example the following code allocates some memory, which is not deleted when the application exits. AQTime doesn't seem to find the leak.

    int* pnTestNoDelete = new int[1024];

 

Not sure if I didn't set the parameters correctly. Please advise.

 

 

Thanks,

 

Yan


Viewing all articles
Browse latest Browse all 20755

Trending Articles