Fix bug #1832418 "access violation. no import"

This commit is contained in:
Ansgar Becker
2007-11-15 17:51:24 +00:00
parent aefe3b36ab
commit 415ef1d8c2

View File

@ -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;