-
-
Notifications
You must be signed in to change notification settings - Fork 28
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
[Bug]: Memory leak when using ReactiveValidation #659
Labels
bug
Something isn't working
Comments
ChrisPulman
added a commit
that referenced
this issue
May 11, 2024
* Fix for Memory Leak #659 * Update MemoryLeakTests.cs * Remove ReadOnlyCollectionPooled Use ReadOnlyDisposableCollection
@Josch600 Thank you for raising this issue, I believe that this will be fixed in V4.0.9 if you still have issues with the memory, please raise a new issue. |
This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Describe the bug 🐞
A class derived from ReactiveValidationObject is not garbage collected, if it has set a validation rule and subscribed to ValidationContext.ValidationStatusChange.
Step to reproduce
Here is the complete code:
RxValidation.zip
Reproduction repository
none
Expected behavior
The test should run green, because the instance of Class1 is released from memory.
Screenshots 🖼️
No response
IDE
Visual Studio 2019
Operating system
Windows 10 Enterprise
Version
22H2
Device
PC
ReactiveUI Version
19.6.1
Additional information ℹ️
The problem was detected in version 19.2.1 and verified in version 19.6.1
The text was updated successfully, but these errors were encountered: