Datamining Pipeline: Memory leaks #125
Labels
bug
Crashes, freezes, compilation/run-time errors, undesirable behavior, wrong info in help/docs
needs confirmation
Issues that should be reproduced by another user (not the submitter), default for new issues
While investigating invalid free() occurring in a datamining pipeline example in conjunction with
unique_ptr
I noticed that all examples leak memory as per valgrind. E.g.I suspect that this is also due to bad handling of
unique_ptr
and should be looked into.@krsgpp
The text was updated successfully, but these errors were encountered: