瀏覽代碼

* Fix Bug ID #35759

git-svn-id: trunk@42280 -
michael 6 年之前
父節點
當前提交
4cd5a72d13
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      packages/fcl-db/src/dbase/dbf_prscore.pas

+ 1 - 0
packages/fcl-db/src/dbase/dbf_prscore.pas

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