mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-22 18:43:02 +01:00
Missing dispose.
This commit is contained in:
parent
fdca3fdf72
commit
c2a0ec08c0
@ -129,6 +129,8 @@ begin
|
||||
att.detach(st);
|
||||
att := nil;
|
||||
|
||||
dpb.dispose;
|
||||
dpb := nil;
|
||||
except
|
||||
on e: FbException do PrintError(e.getStatus);
|
||||
end;
|
||||
|
Loading…
Reference in New Issue
Block a user