You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi Alan, I'm making a call to pareto::front.hypervolume() and found that this call leaks memory. When running through valgrind, this is the error that I'm getting:
Oh! I missed that free() when refactoring the code.
Since I'm pretty sure the original algorithm in http://lopez-ibanez.eu/hypervolume in not actively maintained, I should probably just refactor the whole thing to real C++ at some point.
Hi Alan, I'm making a call to
pareto::front.hypervolume()
and found that this call leaks memory. When running through valgrind, this is the error that I'm getting:And the final valgrind ouput looks like this:
Do you have any ideas for fixing this problem? Thanks!
The text was updated successfully, but these errors were encountered: