Skip to content

Memory leak fixes

Sebastian Dirks requested to merge memoryLeakFixes into main

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.

Merge request reports

Loading