Files
Obtainium/lib
Imran Remtulla 7e0803ca16 fix(download): cover progress setup with try/finally so cancel token can't leak
The download-progress setup and notify() ran before the try whose finally
clears the cancellation token, so a throw there leaked the token (blocking a
later cancel for the same app). Move the setup inside the try.
2026-07-04 16:31:53 +01:00
..