mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2024-12-26 17:30:35 +05:00
IPAL0052197: TC7.3.0 "Fatal error" when try to add new filter to filter library
This commit is contained in:
parent
6518fc4882
commit
d280b47f5f
@ -3067,8 +3067,8 @@ CORBA::Boolean Filter_i::SetCriteria( const SMESH::Filter::Criteria& theCriteria
|
||||
}
|
||||
|
||||
SetPredicate( aResPredicate );
|
||||
|
||||
aResPredicate->UnRegister();
|
||||
if ( !aResPredicate->_is_nil() )
|
||||
aResPredicate->UnRegister();
|
||||
|
||||
return !aResPredicate->_is_nil();
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user