Are your CLR-based apps leaking?
Posted: Wednesday, February 13, 2008 9:56 AM
by
robburke.NET
Filed under: WPF, Tech, Microsoft, XNA
I can’t resist linking to a superb article in the WPF Performance blog on finding memory leaks in WPF-based applications.
Particularly interesting is the section pertaining to Event Handler-based leaks. Here’s the brief summary, from the article:
In general, if you do this:
Foo.SomeEvent += new EventHandler(Bar.SomeMethod)
Then when you done using Bar, but you are [...]
If you would like to receive an email when updates are made to this post, please register here