fix trivial memory leak from last commit

This commit is contained in:
Mitchell Livingston 2010-07-08 01:53:09 +00:00
parent 7f85325487
commit 03ed3f2ca8
1 changed files with 1 additions and 0 deletions

View File

@ -71,6 +71,7 @@
statusParagraphStyle, NSParagraphStyleAttributeName, nil];
[paragraphStyle release];
[statusParagraphStyle release];
}
return self;
}