mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-09-16 00:43:14 +00:00
release any CGColor's set while the node is in a pending state
This commit is contained in:
parent
2c8626e1f6
commit
a2bc2074cc
@ -981,4 +981,11 @@
|
||||
return pendingState;
|
||||
}
|
||||
|
||||
- (void)dealloc
|
||||
{
|
||||
CGColorRelease(backgroundColor);
|
||||
CGColorRelease(shadowColor);
|
||||
CGColorRelease(borderColor);
|
||||
}
|
||||
|
||||
@end
|
||||
|
Loading…
x
Reference in New Issue
Block a user