yan_zhao_ep
10 years agoVisitor
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