mirror of
https://github.com/HeidiSQL/HeidiSQL.git
synced 2025-08-26 11:17:57 +08:00
Fix memory leak in TfrmTableTools.SaveSettings
This commit is contained in:
@ -368,6 +368,7 @@ begin
|
||||
Items.Delete(i);
|
||||
end;
|
||||
comboExportOutputTarget.Items.Assign(Items);
|
||||
Items.Free;
|
||||
end;
|
||||
|
||||
if comboExportOutputType.Text = OUTPUT_FILE then begin
|
||||
|
Reference in New Issue
Block a user