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
Login-related controllers are not deallocated after finishing the login. After repeating the login-logout sequence, login entities keep being allocated. A possible memory leak in the flow.
Expected behavior
Login-related controllers should be deallocated after finishing login or at least not be allocated multiple times.
Steps to reproduce the behavior
Open the fresh app
Login
Logout
Login
Open memory graph
Notice multiple instances of Login-related controllers still allocated
Parent issue: #20989
Related issue: #21010
Login-related controllers are not deallocated after finishing the login. After repeating the login-logout sequence, login entities keep being allocated. A possible memory leak in the flow.
Expected behavior
Login-related controllers should be deallocated after finishing login or at least not be allocated multiple times.
Steps to reproduce the behavior
Tested on [device], iOS [version], Jetpack iOS / WordPress iOS 22.7
The text was updated successfully, but these errors were encountered: