* Fix Bug ID #35759

git-svn-id: trunk@42280 -
This commit is contained in:
michael 2019-06-24 10:42:37 +00:00
parent 16b827aa88
commit 4cd5a72d13

View File

@ -331,6 +331,7 @@ begin
ExprTree := nil;
ExpColl := TExprCollection.Create;
try
FConstantsList.FreeAll;
// FCurrentExpression := anExpression;
ParseString(AnExpression, ExpColl);
Check(ExpColl);