Fix SIGSEGV on dialog boxes closing

This commit is contained in:
vsr 2009-09-22 14:33:45 +00:00
parent 57c06196d9
commit fe345c70bb

View File

@ -106,7 +106,8 @@ GEOMBase_Helper::~GEOMBase_Helper()
if (myDisplayer)
delete myDisplayer;
myOperation->Destroy();
if ( !CORBA::is_nil( myOperation ) )
myOperation->Destroy();
}
//================================================================