Skip to content

Use ase.io.jsonio instead of native json library to prevent a memory leak.

username-removed-265766 requested to merge schiotz/ase:jsonfix into master

It is kind of strange that the json library leaves circular references, and even stranger that ase.io.jsonio does not since it is derived from the native json library.

The memory leak was pretty benign, but it prevents the Asap self-test from finding more serious memory leaks.

Merge request reports