mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-24 04:39:10 +02:00
+ Fix for bug #6898, thanks to tip from Martin Schreiber
git-svn-id: trunk@4331 -
This commit is contained in:
parent
d41f1ca2d8
commit
216777f8f1
@ -88,6 +88,7 @@ begin
|
||||
FCurrentRecBuf := FCurrentRecBuf^.next;
|
||||
FreeRecordBuffer(pc);
|
||||
end;
|
||||
FFirstRecBuf:= nil;
|
||||
SetLength(FFieldBufPositions,0);
|
||||
end;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user