* Free Parameters

This commit is contained in:
Michaël Van Canneyt 2025-06-19 11:59:55 +02:00
parent 689a8f261f
commit ec8887baf2

View File

@ -1258,6 +1258,7 @@ begin
FreeAndNil(FFields);
for K in TSQLKind do
FreeAndNil(FSQL[K]);
FreeAndNil(FParameters);
inherited Destroy;
end;