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 19, 2023
1 parent 1395eff commit 904b6b0
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 @@ -111,7 +111,7 @@ only. So, if you just release the
reference to disposed object, you will fix the detected leak and hide undetected ones.

And, there is no point to release reference to child inside the method `dispose` of the parent, because
not needed parent should be relesed together with its disposal. If
not needed parent should be released together with its disposal. If
your fix for a leak is like this, you are defenitely hiding the leak:

BAD:
Expand Down

0 comments on commit 904b6b0

Please sign in to comment.