Where to clean up memory in Addons?
Hello, I want to write an Addon which interacts with a C library. To do this, I am using ctypes which seems to be the easiest way to do this. Some memory is just kept as global variables in my C part and never exported to Python as it is not needed o...