Explorar el Código

* Correctly initialize AddToChangeList to Nil

michael hace 7 años
padre
commit
66ceb76a2c
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  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;