mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-15 12:29:32 +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
|
||||
Database:=Nil;
|
||||
CloseDataSets;
|
||||
RemoveDatasets;
|
||||
FDatasets.Free;
|
||||
Inherited;
|
||||
|
Loading…
Reference in New Issue
Block a user