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,6 +106,7 @@ GEOMBase_Helper::~GEOMBase_Helper()
if (myDisplayer)
delete myDisplayer;
if ( !CORBA::is_nil( myOperation ) )
myOperation->Destroy();
}