Changeset 2780 for branches/eraser6/6.0/Eraser.Util/VolumeInfo.cs
- Timestamp:
- 7/16/2012 11:05:57 AM (10 months ago)
- File:
-
- 1 edited
-
branches/eraser6/6.0/Eraser.Util/VolumeInfo.cs (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/eraser6/6.0/Eraser.Util/VolumeInfo.cs
r2664 r2780 734 734 GC.SuppressFinalize(this); 735 735 736 //If we have already run, or if we did not lock the volume in the first place 737 //do not do stream cleanup. 738 if (Stream == null) 739 return; 740 736 741 //Flush the contents of the buffer to disk since after we unlock the volume 737 742 //we can no longer write to the volume. … … 746 751 new Win32Exception(Marshal.GetLastWin32Error())); 747 752 } 753 754 //Make this idempotent. 755 Stream = null; 748 756 } 749 757
Note: See TracChangeset
for help on using the changeset viewer.
