Skip to content

Commit

Permalink
BUG: fixed memory leak in itkMeshTest
Browse files Browse the repository at this point in the history
Mesh was re-used without freeing cell data
==19698== LEAK SUMMARY:
==19698==    definitely lost: 264 bytes in 3 blocks
==19698==    indirectly lost: 72 bytes in 3 blocks
==19698==      possibly lost: 0 bytes in 0 blocks
==19698==    still reachable: 0 bytes in 0 blocks
==19698==         suppressed: 0 bytes in 0 blocks
https://open.cdash.org/viewDynamicAnalysisFile.php?id=9809009
  • Loading branch information
issakomi committed Nov 22, 2022
1 parent ce57f30 commit 4b0fd6b
Showing 1 changed file with 507 additions and 483 deletions.
Loading

0 comments on commit 4b0fd6b

Please sign in to comment.