1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2025-01-31 18:00:58 +00:00
trezor-firmware/core/.changelog.d/4537.fixed
obrusvit 15967a312b fix(core): explicitly delete keyboard layout
- seems that keyboard LayoutObj was not properly deallocated resulting
in MemoryError. Fix by calling the dunder `del` method explicitly fixes
the issue
- the problem was on Model T (Bolt), but applying it for all layouts to
prevent similar problem
2025-01-27 23:43:33 +01:00

2 lines
94 B
Plaintext

[T2T1] Fixed a bug resulting in restarting the recovery flow when inputting 33-word mnemonic.