mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-06-15 13:35:19 +00:00
Fix disposable leak
This commit is contained in:
parent
4e9d624877
commit
064ab69058
@ -103,6 +103,10 @@ private final class FetchImpl {
|
||||
init(range: Range<Int64>) {
|
||||
self.range = range
|
||||
}
|
||||
|
||||
deinit {
|
||||
self.disposable?.dispose()
|
||||
}
|
||||
}
|
||||
|
||||
private final class HashRangeData {
|
||||
|
Loading…
x
Reference in New Issue
Block a user