Explorar o código

* Correctly initialize AddToChangeList to Nil

michael %!s(int64=7) %!d(string=hai) anos
pai
achega
66ceb76a2c
Modificáronse 1 ficheiros con 1 adicións e 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;