unoplatform / Uno.Core

Uno.Core is a set of helpers and extension methods used to accelerate development.
Other
39 stars 12 forks source link

fix(ConditionalDisposable): remove registration on source disposal #79

Closed jeromelaban closed 3 years ago

jeromelaban commented 3 years ago

GitHub Issue (If applicable): https://github.com/unoplatform/uno/issues/5843

PR Type

What kind of change does this PR introduce?

What is the new behavior?

Fixes a memory leak when the ConditionalDisposable is disposed before its tracking target.

PR Checklist

Please check if your PR fulfills the following requirements:

Other information

Internal Issue (If applicable):