fix a small memory leak, and get rid of two #ifndef's...

This commit is contained in:
Mitchell Livingston
2007-10-13 12:59:39 +00:00
parent 89d511e9dd
commit a57dd87d47
4 changed files with 4 additions and 10 deletions

View File

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