Forum Discussion

yan_zhao_ep's avatar
9 years ago

Memory leak from basic types not detected

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

No RepliesBe the first to reply