mirror of
https://github.com/HeidiSQL/HeidiSQL.git
synced 2025-08-26 11:17:57 +08:00
Fix bug #1832418 "access violation. no import"
This commit is contained in:
@ -145,8 +145,8 @@ begin
|
|||||||
chkReplace.Checked := reg.ReadBool('CSVImportReplace');
|
chkReplace.Checked := reg.ReadBool('CSVImportReplace');
|
||||||
if reg.ValueExists('CSVImportIgnore') then
|
if reg.ValueExists('CSVImportIgnore') then
|
||||||
chkIgnore.Checked := reg.ReadBool('CSVImportIgnore');
|
chkIgnore.Checked := reg.ReadBool('CSVImportIgnore');
|
||||||
Free;
|
|
||||||
end;
|
end;
|
||||||
|
FreeAndNil(reg);
|
||||||
end;
|
end;
|
||||||
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user