Browse Source

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

git-svn-id: trunk@4331 -
joost 19 years ago
parent
commit
216777f8f1
1 changed files with 1 additions and 0 deletions
  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;