Posts Tagged memory leak

ListView may leak with ImageLists

Your application may leak memory when using a shared ImageList with a ListView (WinForms only). In this post I will describe when the problem occurs, why it occurs and how you can prevent it from happening.

, ,

No Comments

Memory leak with WPF resources (in rare cases)

It seems there is bug in the WPF resource architecture that can cause memory not to be released and causing performance and stability problems. The document describes when the problem occurs and why. During the development of a WPF application, we noticed that a huge amount of memory was used after a while. After profiling [...]

,

2 Comments

Memory leak with WPF animations

It seems there is bug in the WPF animation architecture that can cause memory not to be released and causing performance and stability problems. The document describes when the problem occurs and why. During the development of a WPF application, we noticed that a huge amount of memory was used after a while. After profiling [...]

,

11 Comments