8
0
mirror of https://github.com/FirebirdSQL/firebird.git synced 2025-01-22 18:43:02 +01:00

Missing dispose.

This commit is contained in:
asfernandes 2016-01-17 01:14:51 +00:00
parent fdca3fdf72
commit c2a0ec08c0

View File

@ -129,6 +129,8 @@ begin
att.detach(st);
att := nil;
dpb.dispose;
dpb := nil;
except
on e: FbException do PrintError(e.getStatus);
end;