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