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 memory leak #2809

Merged
merged 4 commits into from
Aug 31, 2023
Merged

Fix memory leak #2809

merged 4 commits into from
Aug 31, 2023

Conversation

jgostick
Copy link
Member

The project object was making a copy of itself if a slice was used in the index. Switching back to inheriting from list.

@codecov
Copy link

codecov bot commented Aug 31, 2023

Codecov Report

Merging #2809 (9357da5) into dev (8f56cb0) will increase coverage by 0.0%.
Report is 16 commits behind head on dev.
The diff coverage is 83.3%.

Additional details and impacted files
@@          Coverage Diff          @@
##             dev   #2809   +/-   ##
=====================================
  Coverage   90.2%   90.3%           
=====================================
  Files        146     147    +1     
  Lines       8572    8562   -10     
=====================================
- Hits        7740    7732    -8     
+ Misses       832     830    -2     

@jgostick jgostick merged commit 8cd2a5b into dev Aug 31, 2023
11 of 12 checks passed
@ma-sadeghi ma-sadeghi deleted the fix_memory_leak branch October 1, 2023 11:00
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