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