-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Memory not deallocated after logging in #21075
Copy link
Copy link
Closed
Description
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
- Open the fresh app
- Login
- Logout
- Login
- Open memory graph
- Notice multiple instances of Login-related controllers still allocated
Tested on [device], iOS [version], Jetpack iOS / WordPress iOS 22.7
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels