mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-05 18:16:23 +03:00
0022611: Memory leak in expression interpreter
This commit is contained in:
parent
1709df61a8
commit
cbc651403a
@ -28,14 +28,14 @@ Standard_Boolean ExprIntrp::Parse(const Handle(ExprIntrp_Generator)& gen, const
|
||||
try {
|
||||
OCC_CATCH_SIGNALS
|
||||
while (kerror!=0) {
|
||||
kerror = ExprIntrpparse();
|
||||
kerror = ExprIntrpparse();
|
||||
}
|
||||
ExprIntrp_stop_string();
|
||||
return Standard_True;
|
||||
}
|
||||
catch (Standard_Failure) {
|
||||
return Standard_False;
|
||||
}
|
||||
catch (Standard_Failure) {}
|
||||
}
|
||||
ExprIntrp_stop_string();
|
||||
return Standard_False;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user