Skip to content

Fix memory leak #160

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

Merged
merged 1 commit into from
Apr 14, 2025
Merged

Fix memory leak #160

merged 1 commit into from
Apr 14, 2025

Conversation

svchb
Copy link
Contributor

@svchb svchb commented Apr 14, 2025

We found that not freeing xpvd caused a memory leak in our simulations in which we append to the collection in every write step.

Copy link

codecov bot commented Apr 14, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 96.93%. Comparing base (a7c5e2f) to head (3554127).
Report is 1 commits behind head on master.

Additional details and impacted files
@@           Coverage Diff           @@
##           master     #160   +/-   ##
=======================================
  Coverage   96.92%   96.93%           
=======================================
  Files          15       15           
  Lines         879      880    +1     
=======================================
+ Hits          852      853    +1     
  Misses         27       27           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@jipolanco
Copy link
Member

Thank you!

@jipolanco jipolanco merged commit f828137 into JuliaVTK:master Apr 14, 2025
7 checks passed
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.

2 participants