-
Notifications
You must be signed in to change notification settings - Fork 498
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Meta: Fix retain cycles #5058
Labels
T-Task
Refactoring, enabling or disabling functionality, other engineering tasks
Comments
SBiOSoftWhare
added
the
T-Defect
Something isn't working: bugs, crashes, hangs and other reported problems
label
Oct 29, 2021
This was referenced Oct 29, 2021
Merged
pixlwave
added
T-Task
Refactoring, enabling or disabling functionality, other engineering tasks
and removed
T-Defect
Something isn't working: bugs, crashes, hangs and other reported problems
labels
Nov 22, 2021
Johennes
added a commit
to Johennes/element-ios
that referenced
this issue
Mar 18, 2022
Steps to reproduce: - Launch app - Enter and leave a bunch of rooms - Fire up the memory graph debugger - Filter for `UserSuggestionViewModel` Relates to: element-hq#5058 Signed-off-by: Johannes Marbach <[email protected]>
8 tasks
stefanceriu
pushed a commit
that referenced
this issue
Mar 21, 2022
Steps to reproduce: - Launch app - Enter and leave a bunch of rooms - Fire up the memory graph debugger - Filter for `UserSuggestionViewModel` Relates to: #5058 Signed-off-by: Johannes Marbach <[email protected]>
Johennes
added a commit
that referenced
this issue
Mar 27, 2022
Relates to: #5058 Signed-off-by: Johannes Marbach <[email protected]>
8 tasks
Johennes
added a commit
to matrix-org/matrix-ios-sdk
that referenced
this issue
Mar 27, 2022
Relates to: element-hq/element-ios#5058 Signed-off-by: Johannes Marbach <[email protected]>
3 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Classes where retain cycles are observed:
Check for:
.presentationController?.delegate = self
that seems to create retain cyclesNSNotificationCenter addObserverForName:object:queue:usingBlock:
that retain selfThe text was updated successfully, but these errors were encountered: