Unit: ZSequence.pas
Line: 172
Old
FreeAndNil(FSequence); // FSequence: IZSequence;
New
FSequence := nil;
Exists in 6.6.0 and 6.6.1.
ZSequence.pas Bug 6.6.0 & 6.6.1
Moderators: gto, cipto_kh, EgonHugeist
Will do
Brand new to these forums. I will definitely spend some time and read the proper steps for reporting bugs.
To clearify, the code was calling FreeAndNil on an interface variable. I would get an Access Violation. I assume the object used to be a class but now is an interface.
Dave.
To clearify, the code was calling FreeAndNil on an interface variable. I would get an Access Violation. I assume the object used to be a class but now is an interface.
Dave.