I have an application which includes many dlls (managed and unmanaged). The application is leaking memory when it is executing some functionalists. So I am wondering, is there anyway to detect which exactly dlls are leaking memory when the functionality is running?
I am not talking about at source code level yet, just locate the dlls that leak memory.
Thanks!