mirror of
https://git.salome-platform.org/gitpub/modules/geom.git
synced 2025-02-23 06:25:38 +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)
|
if (myDisplayer)
|
||||||
delete myDisplayer;
|
delete myDisplayer;
|
||||||
myOperation->Destroy();
|
if ( !CORBA::is_nil( myOperation ) )
|
||||||
|
myOperation->Destroy();
|
||||||
}
|
}
|
||||||
|
|
||||||
//================================================================
|
//================================================================
|
||||||
|
Loading…
Reference in New Issue
Block a user