On 09/09/2016 at 05:41, xxxxxxxx wrote:
User Information:
Cinema 4D Version: R18
Platform: Windows ;
Language(s) : C++ ;
---------
Hello.
I have a renderer, in which I give as input a copied version of the document that is about to be rendered.
Every time I start rendering, I free the previous copy and I create a new one.
On Cinema 4D termination, I free the previously copied document (only if exists).
The problem is that BaseDocument::Free causes access violation in R18, while in R17 it works fine.
Is there anything else that I have to do to free it properly ?
Thank you.