KSP-KOS/KOS

KOSVesselModules has a memory leak problem

JonnyOThan opened this issue · 0 comments

The static allInstances and partLookup members can keep references to destroyed vessel modules, which includes a reference to the vessel which contains a list of all of its parts...it's pretty bad.

I think this happens when loading a quicksave, not sure where else.