Posts Tagged memory leak
Memory leak with WPF resources (in rare cases)
Posted by Ramon in Development on February 20, 2009
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 [...]
Memory leak with WPF animations
Posted by Ramon in Development on February 20, 2009
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 [...]