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