fix(windows): Free the correct object
Some checks are pending
Keyman Build Summary / Summarize build status checks (push) Waiting to run

This commit is contained in:
rc-swag 2026-09-02 12:37:03 +10:00
parent 0c68b1e031
commit 3c1b47eedc

View file

@ -262,7 +262,7 @@ begin
else
RecompileMnemonicKeyboard.Execute(FDestFileName, PackageID, BaseKeyboardID);
finally
Free;
RecompileMnemonicKeyboard.Free;
end;
end;
finally