diff --git a/gui/crestFittings.py b/gui/crestFittings.py index bff2c5b9b7..ed1b62ce46 100644 --- a/gui/crestFittings.py +++ b/gui/crestFittings.py @@ -129,6 +129,7 @@ def ssoLogout(self, event): def OnClose(self, event): self.mainFrame.Unbind(GE.EVT_SSO_LOGOUT) self.mainFrame.Unbind(GE.EVT_SSO_LOGIN) + self.cacheTimer.Stop() # must be manually stopped, otherwise crash. See https://github.com/wxWidgets/Phoenix/issues/632 event.Skip() def getActiveCharacter(self):