Skip to content

Missing deallocations

Federico Pedron requested to merge fedepedron/siesta:memleaks into dev

I've received recently a few reports of memory leaks while doing MD, and when I started debugging with valgrind, the output is a real mess of missing deallocations everywhere.

While almost all of these are not anything to worry about (mostly, memory lost on program end), fixing it will ease the task of tracking this sort of issues.

Merge request reports

Loading