mirror of
https://git.salome-platform.org/gitpub/modules/geom.git
synced 2025-02-21 00:19:41 +05:00
Fix SIGSEGV on dialog boxes closing
This commit is contained in:
parent
57c06196d9
commit
fe345c70bb
@ -106,7 +106,8 @@ GEOMBase_Helper::~GEOMBase_Helper()
|
||||
|
||||
if (myDisplayer)
|
||||
delete myDisplayer;
|
||||
myOperation->Destroy();
|
||||
if ( !CORBA::is_nil( myOperation ) )
|
||||
myOperation->Destroy();
|
||||
}
|
||||
|
||||
//================================================================
|
||||
|
Loading…
Reference in New Issue
Block a user