mirror of
https://github.com/doublecmd/doublecmd.git
synced 2026-06-21 09:58:13 +00:00
FIX: Correct a little thing in the order of TStringList creation in a try/finally block regarding TC toolbar import. Sorry.
This commit is contained in:
parent
a379e568bb
commit
6f8efe714d
1 changed files with 1 additions and 1 deletions
|
|
@ -1332,8 +1332,8 @@ var
|
|||
begin
|
||||
TCToolbarFilenameList := TStringList.Create;
|
||||
try
|
||||
DCListOfParameters := TStringList.Create;
|
||||
try
|
||||
DCListOfParameters := TStringList.Create;
|
||||
RecursiveIncorporateTCBarfile(Barfilename, UpperToolItem, Toolbar, WhereToImport);
|
||||
finally
|
||||
DCListOfParameters.Free;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue