You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Latest version of KSPCommunityFixes reports on some potential memory leaks on scene changes. A quick look in the log shortly after scene change to Flight Scene shows 3 potential locations in RealAntennas where a leak might exist.
[LOG 20:42:39.415] [KSPCF:MemoryLeaks] A destroyed RealAntennas:RealAntennasUI instance is owning a onGameSceneLoadRequested GameEvents callback. No action has been taken, but unless this mod is relying on this pattern, this is likely a memory leak.
[LOG 20:42:39.416] [KSPCF:MemoryLeaks] Removed a onPlanetariumTargetChange GameEvents callback owned by a destroyed RealAntennas:RACommNetVessel instance
[LOG 20:42:39.416] [KSPCF:MemoryLeaks] Removed a onPlanetariumTargetChange GameEvents callback owned by a destroyed Assembly-CSharp:CommNetVessel instance
The text was updated successfully, but these errors were encountered:
Latest version of KSPCommunityFixes reports on some potential memory leaks on scene changes. A quick look in the log shortly after scene change to Flight Scene shows 3 potential locations in RealAntennas where a leak might exist.
The text was updated successfully, but these errors were encountered: