mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-08 11:19:36 +02:00
* Free Parameters
This commit is contained in:
parent
689a8f261f
commit
ec8887baf2
@ -1258,6 +1258,7 @@ begin
|
||||
FreeAndNil(FFields);
|
||||
for K in TSQLKind do
|
||||
FreeAndNil(FSQL[K]);
|
||||
FreeAndNil(FParameters);
|
||||
inherited Destroy;
|
||||
end;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user