fix trivial memory leak from last commit
This commit is contained in:
parent
7f85325487
commit
03ed3f2ca8
|
@ -71,6 +71,7 @@
|
|||
statusParagraphStyle, NSParagraphStyleAttributeName, nil];
|
||||
|
||||
[paragraphStyle release];
|
||||
[statusParagraphStyle release];
|
||||
}
|
||||
return self;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue