Fix memory leak in TfrmTableTools.SaveSettings

This commit is contained in:
Ansgar Becker
2015-01-09 10:25:15 +00:00
parent d325b99e00
commit c4b44aec18

View File

@ -368,6 +368,7 @@ begin
Items.Delete(i);
end;
comboExportOutputTarget.Items.Assign(Items);
Items.Free;
end;
if comboExportOutputType.Text = OUTPUT_FILE then begin