mirror of
https://github.com/transmission/transmission
synced 2025-03-03 18:25:35 +00:00
safety in deallocating view
This commit is contained in:
parent
7bba2d02a1
commit
36c2d957f2
1 changed files with 2 additions and 1 deletions
|
@ -37,7 +37,8 @@
|
||||||
|
|
||||||
- (void) dealloc
|
- (void) dealloc
|
||||||
{
|
{
|
||||||
[fBackgroundColor release];
|
if (fBackgroundColor)
|
||||||
|
[fBackgroundColor release];
|
||||||
[super dealloc];
|
[super dealloc];
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue