Memory leak fixes
Created by: SebastianDirks
Fixed several memory leaks in OVFFileReader related to not disposing local streams of workplanes, thus leaving unmanaged resources in memory. Fixed dispose function to also dispose the MMF. Tests looked good locally, but this is a change in some critical code part. Please review if I missed any problems.