Skip to content

Commit

Permalink
Update TROUBLESHOOT.md
Browse files Browse the repository at this point in the history
  • Loading branch information
polina-c committed Jul 28, 2023
1 parent 3a66a35 commit d08bf5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/TROUBLESHOOT.md
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ In this example, `disposedD` should stop being reachable from root.
Thus you need to find the closest to the root object, that is not needed any more and release reference to it, making
the entire chain after available for garbage collection.

Depending on case, the way to release the object will be different:
There are ways to release the reference:

1. If the object is disposed by owner in the owner's dispose, check who holds the owner and release the reference to it:
```
Expand Down

0 comments on commit d08bf5e

Please sign in to comment.