amnh / PCG

𝙋𝙝𝙮𝙡𝙤𝙜𝙚𝙣𝙚𝙩𝙞𝙘 𝘾𝙤𝙢𝙥𝙤𝙣𝙚𝙣𝙩 𝙂𝙧𝙖𝙥𝙝 ⸺ Haskell program and libraries for general phylogenetic graph search
28 stars 1 forks source link

C/C++ space leaks in memoized TCM #66

Closed recursion-ninja closed 6 years ago

recursion-ninja commented 6 years ago

For the test_cost_matrix and test_cost_matrix_3d test suites, valgrind reports 10% and 35% receptively of memory being leaked.

We will have to carefully review the code to determine the source(s) of the memory leaks. Possibly also revise the test suites to better stress test memory management.

recursion-ninja commented 6 years ago

These have been identified and corrected. valgrind reports no errors or leaked memory.