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
Recent versions of CodeScanner contain a strong reference cycle and therefore prevent the view from being correctly released.
This was introduced somewhere after version 2.0.0.
Recent versions of CodeScanner contain a strong reference cycle and therefore prevent the view from being correctly released.
This was introduced somewhere after version 2.0.0.
This might also be the culprit for #121.
I have isolated the issue to the strong reference of
[self]
being captured while creating the handler. I will shortly create a PR to fix this issue.The text was updated successfully, but these errors were encountered: