Skip to content
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

Fix possible memory leak issues in disposal methods #1190

Merged
merged 1 commit into from
Dec 5, 2024
Merged

Conversation

yuto-trd
Copy link
Member

@yuto-trd yuto-trd commented Dec 5, 2024

Improvements in disposal methods ensure proper cleanup of resources, preventing potential memory leaks. Changes include null checks and explicit disposal of cached items.

Copy link
Contributor

github-actions bot commented Dec 5, 2024

No TODO comments were found.

Copy link
Contributor

github-actions bot commented Dec 5, 2024

Code Coverage

Package Line Rate Branch Rate Complexity Health
Beutl.ProjectSystem 11% 6% 2190
Beutl.Utilities 73% 67% 360
Beutl.Threading 99% 90% 118
Beutl.Operators 4% 0% 62
Beutl.Engine 25% 24% 8948
Beutl.Core 32% 30% 3120
Beutl.Extensibility 2% 0% 66
Beutl.Configuration 39% 19% 285
Beutl.Language 0% 0% 712
Summary 24% (9168 / 37637) 24% (2627 / 10883) 15861

Minimum allowed line rate is 0%

@yuto-trd yuto-trd merged commit 4723392 into main Dec 5, 2024
4 checks passed
@yuto-trd yuto-trd deleted the fix/memory-leak branch December 5, 2024 04:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant