{
if(MYDEBUG) MESSAGE("Prs3d_i::~Prs3d_i - this = "<<this);
ProcessVoidEvent(new TInvokeSignalEvent(myRemoveActorsFromRendererSignal));
- // VSR (27/08/09): Next line is commented, because it causes SIGSEGV
- // : Actually not needed, 'cause GenericObjPtr watches to the stored pointer and
- // : calls Destroy() in its destructor.
- //if(myResult) myResult->Destroy();
}
if(theResult) {
SetStudyDocument(theResult->GetStudyDocument());
- theResult->Register();
- }
- if(myResult) {
- myResult->Destroy();
}
VISU::TSetModified aModified(this);