Recently I came across another very interesting coding pattern which is very similar to the interesting SPSite leak I showed a couple of days ago. public void workOnArea(Area area) { if ( area.Web != null) { string url = area.Web .Url; area.Web .Dispose();