1
0
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:
Roman Zeyde 2025-03-24 17:57:13 +02:00 committed by Roman Zeyde
parent 19f576123c
commit f942d13748

View File

@ -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