ranjian0 / assimp_py

Minimal Python bindings for ASSIMP using C API

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Unreleased memory

JasonLee-p opened this issue · comments

I used the memory_profiler lib to check the memory usage and found that the memory cannot be released after calling scene = assimp_py.ImportFile(*args). Could you please provide a method to release the memory?

Ok, I will look into it over the coming weekend. Thanks for reporting