Преглед изворни кода

* 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;