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
In the bug description I attached a few memory leaking paths. It looks like the task lambda in ModeProvider holds an instance of ModeProvider that holds released EditorImpl and retains disposed objects like MergeThreesideViewer, CaretModelImpl, EditorView
Lambda in ModeProvider registered as MyScheduledFutureTask holds reference to a released editor that refers a number of disposed objects
The text was updated successfully, but these errors were encountered: