mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-23 11:49:12 +02:00
* Close datasets before removing their transaction
git-svn-id: trunk@9072 -
This commit is contained in:
parent
43c446e742
commit
a57b251450
@ -367,6 +367,7 @@ Destructor TDBTransaction.Destroy;
|
|||||||
|
|
||||||
begin
|
begin
|
||||||
Database:=Nil;
|
Database:=Nil;
|
||||||
|
CloseDataSets;
|
||||||
RemoveDatasets;
|
RemoveDatasets;
|
||||||
FDatasets.Free;
|
FDatasets.Free;
|
||||||
Inherited;
|
Inherited;
|
||||||
|
Loading…
Reference in New Issue
Block a user