mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-06-16 05:55:20 +00:00
Fix release build
This commit is contained in:
parent
403dd188a4
commit
1c1dd8f972
@ -91,9 +91,11 @@
|
||||
}
|
||||
|
||||
- (void)dispose {
|
||||
#if DEBUG
|
||||
pthread_mutex_lock(&_lock);
|
||||
_isDisposed = true;
|
||||
pthread_mutex_unlock(&_lock);
|
||||
#endif
|
||||
|
||||
[_disposable dispose];
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user