mirror of
https://github.com/trezor/trezor-firmware.git
synced 2025-05-29 04:08:46 +00:00
fix(core): alloc GC to free _previous_remaining
in trezor.pin
[no changelog]
This commit is contained in:
parent
19f576123c
commit
f942d13748
@ -91,5 +91,6 @@ def show_pin_timeout(
|
||||
# drop the layout when done so trezor.ui doesn't have to remain in memory
|
||||
if progress >= 1000:
|
||||
_progress_layout = None
|
||||
_previous_remaining = None
|
||||
|
||||
return False
|
||||
|
Loading…
Reference in New Issue
Block a user