duburcqa/jiminy

[python] Fix memory leak due to circular references

Closed this issue · 0 comments

atexit.register is causing memory leak. Either use weakref or call unregister in the method that has been registered so that calling it manually break the circle. It happens at several places including here