mirror of
https://github.com/HeidiSQL/HeidiSQL.git
synced 2026-03-13 09:24:25 +08:00
Bug workaround: avoid dereferencing DriverManager if ZdbcIntfs has already been finalized.
This commit is contained in:
@@ -167,6 +167,7 @@ begin
|
||||
if FActive <> Value then
|
||||
begin
|
||||
FActive := Value;
|
||||
if DriverManager = nil then Exit;
|
||||
if Value then
|
||||
DriverManager.AddLoggingListener(Self)
|
||||
else DriverManager.RemoveLoggingListener(Self);
|
||||
|
||||
Reference in New Issue
Block a user