NiftyPET / NIPET

High-throughput PET image reconstruction with high quantitative accuracy and precision
Apache License 2.0
29 stars 7 forks source link

fix memleak #39

Closed casperdcl closed 2 years ago

casperdcl commented 2 years ago

span1_span11 does mallocs but the data was never freed.

codecov[bot] commented 2 years ago

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.