瀏覽代碼

* Correctly initialize AddToChangeList to Nil

michael 7 年之前
父節點
當前提交
66ceb76a2c
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      packages/fcl-db/db.pas

+ 1 - 0
packages/fcl-db/db.pas

@@ -2797,6 +2797,7 @@ Var
   I : Integer;
 
 begin
+  Result:=Nil;
   if Not Assigned(FChangeList) then
     Exit;
   B:=GetBookmark;