libAtoms/QUIP

memory leak initializing a GAP Potential

bernstei opened this issue · 0 comments

OpenKIM testing has identified a memory leak when initializing a GAP Potential. The culprit appears to be the global parse_cur_data used for the xml parsing, which is initialized but not finalized. A PR is forthcoming, and I'll try to check if other potentials have the same issue.