ironfede / openmcdf

Microsoft Compound File .net component - pure C# - netstandard 2.0
Mozilla Public License 2.0
302 stars 73 forks source link

saving config in constructors #28

Closed smcilveen closed 5 years ago

smcilveen commented 6 years ago

some of the constructors of CompoundFile that took in a config were not setting the config field. this led to an issue where if the LeaveOpen flag was set, calling Close() would still close the stream.