Ver Fonte

+ Fix for bug #6898, thanks to tip from Martin Schreiber

git-svn-id: trunk@4331 -
joost há 19 anos atrás
pai
commit
216777f8f1
1 ficheiros alterados com 1 adições e 0 exclusões
  1. 1 0
      fcl/db/bufdataset.inc

+ 1 - 0
fcl/db/bufdataset.inc

@@ -88,6 +88,7 @@ begin
     FCurrentRecBuf := FCurrentRecBuf^.next;
     FreeRecordBuffer(pc);
     end;
+  FFirstRecBuf:= nil;
   SetLength(FFieldBufPositions,0);
 end;