mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-24 07:05:35 +00:00
Video editor fixes
This commit is contained in:
@@ -295,8 +295,6 @@ static BOOL mark = false;
|
||||
|
||||
[fixer invalidate];
|
||||
fixer = nil;
|
||||
|
||||
NSLog(@"Lock, %@, count = %d", self, framebufferReferenceCount);
|
||||
}
|
||||
|
||||
- (void)unlock
|
||||
@@ -308,8 +306,6 @@ static BOOL mark = false;
|
||||
|
||||
NSAssert(framebufferReferenceCount > 0, @"Tried to overrelease a framebuffer, did you forget to call -useNextFrameForImageCapture before using -imageFromCurrentFramebuffer?");
|
||||
framebufferReferenceCount--;
|
||||
|
||||
NSLog(@"Unlock, %@, count = %d", self, framebufferReferenceCount);
|
||||
|
||||
if (framebufferReferenceCount < 1)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user