Changeset 1772 for branches/eraser6/CodeReview/Eraser.Manager/Plugins.cs
- Timestamp:
- 2/8/2010 8:25:51 AM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eraser6/CodeReview/Eraser.Manager/Plugins.cs
r1681 r1772 160 160 protected override void Dispose(bool disposing) 161 161 { 162 if (plugins == null) 163 return; 164 162 165 if (disposing) 163 166 { … … 168 171 plugin.Plugin.Dispose(); 169 172 } 173 174 plugins = null; 170 175 } 171 176
Note: See TracChangeset
for help on using the changeset viewer.
