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 memleak #39

Merged
merged 1 commit into from
Sep 23, 2021
Merged

fix memleak #39

merged 1 commit into from
Sep 23, 2021

Conversation

casperdcl
Copy link
Member

@casperdcl casperdcl commented Sep 21, 2021

span1_span11 does mallocs but the data was never freed.

@casperdcl casperdcl self-assigned this Sep 21, 2021
@casperdcl casperdcl added the bug label Sep 21, 2021
@codecov
Copy link

codecov bot commented Sep 21, 2021

Codecov Report

Merging #39 (6161467) into devel (4a05c82) will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##            devel      #39   +/-   ##
=======================================
  Coverage   14.50%   14.50%           
=======================================
  Files          16       16           
  Lines        2965     2965           
=======================================
  Hits          430      430           
  Misses       2535     2535           
Impacted Files Coverage Δ
niftypet/nipet/__init__.py 100.00% <ø> (ø)
niftypet/nipet/mmraux.py 36.84% <ø> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 4a05c82...6161467. Read the comment docs.

@pjmark pjmark merged commit 6cb9a04 into devel Sep 23, 2021
@casperdcl casperdcl mentioned this pull request Sep 30, 2021
@casperdcl casperdcl deleted the fix-memleak branch January 2, 2022 11:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants