Hi,
[...]
This code deletes the nodes from the scene, but it doesn't deallocate the memory... How can I remove effectively from the memory all these nodes?
Obviously I posted the wrong code... Here's the right one:
if ( SUCCEEDED(pCortEngine->get_RootNodes(&nodes)) && SUCCEEDED(nodes->Clear()))
res=true;
Thanks in advance.