Memory Leak

  • Thread starter Thread starter danielsn
  • Start date Start date
D

danielsn

Guest
I am debugging an application for an apparent a memory leak.

As the application runs, about once per cycle (cycles every 10 seconds), the task manager reports this application has about 1.2 megs more memory than it previously had.

Resharper's DotMemory reports that it is "unmanaged memory" but I can't find anything more than this since resharper only debugs managed memory.

Since we are not explicitly creating any unmanaged resources, I assume this would relate to something like a bmp or a file.

Any thoughts on how to find the memory leak? Besides the main thread, there are typically about 30 threads running

Continue reading...
 
Back
Top