-
Notifications
You must be signed in to change notification settings - Fork 2
Potential memory leaks identified by KSPCommunityFixes #2
Copy link
Copy link
Open
Description
Latest version of KSPCommunityFixes reports on some potential memory leaks on scene changes. A quick look in the log after scene change to Flight Scene shows 2 potential locations in SafeChute where a leak might exist:
[LOG 21:14:59.011] [KSPCF:MemoryLeaks] A destroyed SafeChute:SafeChuteModule instance is owning a onVesselChange GameEvents callback. No action has been taken, but unless this mod is relying on this pattern, this is likely a memory leak.
[LOG 21:14:59.013] [KSPCF:MemoryLeaks] A destroyed SafeChute:SafeChuteModule instance is owning a onVesselStandardModification GameEvents callback. No action has been taken, but unless this mod is relying on this pattern, this is likely a memory leak.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels