Skip to content

Commit

Permalink
Fixed small memory leak
Browse files Browse the repository at this point in the history
  • Loading branch information
linuxgurugamer committed Aug 22, 2022
1 parent 26a9673 commit b5d0afb
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion AFBW/AdvancedFlyByWire.cs
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@ private void UnregisterCallbacks()
GameEvents.onGameStateSave.Remove(SaveState);
GameEvents.onGameStateLoad.Remove(LoadState);
GameEvents.onGUIRecoveryDialogSpawn.Remove(OnGUIRecoveryDialogSpawn);
GameEvents.onGUIRecoveryDialogSpawn.Remove(OnGUIRecoveryDialogDespawn);
GameEvents.onGUIRecoveryDialogDespawn.Remove(OnGUIRecoveryDialogDespawn);

GameEvents.onVesselChange.Remove(OnVesselChange);
GameEvents.onVesselSwitching.Remove(OnVesselSwitching);
Expand Down
3 changes: 3 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
ChangeLog

1.8.3.7
Fixed small memory leak

1.8.3.6
removed bad DLLs

Expand Down
2 changes: 1 addition & 1 deletion ksp-advanced-flybywire.version
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"MAJOR": 1,
"MINOR": 8,
"PATCH": 3,
"BUILD": 6
"BUILD": 7
},
"KSP_VERSION": {
"MAJOR": 1,
Expand Down

0 comments on commit b5d0afb

Please sign in to comment.