-
Hello,
I am attempting to run the following lines of code:
but I get the following leak error:
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Hi @coult099 You can safely ignore these. The current Python shutdown procedure is a bit chaotic and is dependent on your environment/configuration. For that reason, the cleanup order of Mitsuba/Dr.Jit variables isn't always correct which leads to leaks. We're currently working on a newer version which should vastly improve this behavior. |
Beta Was this translation helpful? Give feedback.
Hi @coult099
You can safely ignore these.
The current Python shutdown procedure is a bit chaotic and is dependent on your environment/configuration. For that reason, the cleanup order of Mitsuba/Dr.Jit variables isn't always correct which leads to leaks.
We're currently working on a newer version which should vastly improve this behavior.