Changeset 1772 for branches/eraser6/CodeReview/Eraser.Util/Security.cs
- Timestamp:
- 2/8/2010 8:25:51 AM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eraser6/CodeReview/Eraser.Util/Security.cs
r1770 r1772 148 148 private void Dispose(bool disposing) 149 149 { 150 //If we already have run Dispose, then handle will be null. 151 if (handle == null) 152 return; 153 150 154 if (disposing) 151 155 handle.Close(); 156 157 //Don't run Dispose again. 158 handle = null; 152 159 } 153 160
Note: See TracChangeset
for help on using the changeset viewer.
