mirror of
https://github.com/keymanapp/keyman.git
synced 2026-09-03 14:17:40 +00:00
fix(windows): Free the correct object
Some checks are pending
Keyman Build Summary / Summarize build status checks (push) Waiting to run
Some checks are pending
Keyman Build Summary / Summarize build status checks (push) Waiting to run
This commit is contained in:
parent
0c68b1e031
commit
3c1b47eedc
1 changed files with 1 additions and 1 deletions
|
|
@ -262,7 +262,7 @@ begin
|
|||
else
|
||||
RecompileMnemonicKeyboard.Execute(FDestFileName, PackageID, BaseKeyboardID);
|
||||
finally
|
||||
Free;
|
||||
RecompileMnemonicKeyboard.Free;
|
||||
end;
|
||||
end;
|
||||
finally
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue