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');
|
||||
if reg.ValueExists('CSVImportIgnore') then
|
||||
chkIgnore.Checked := reg.ReadBool('CSVImportIgnore');
|
||||
Free;
|
||||
end;
|
||||
FreeAndNil(reg);
|
||||
end;
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user