Skip to content
Snippets Groups Projects
Commit a21fa199 authored by George Nachman's avatar George Nachman
Browse files

Fix a truly terrible memory leak.

parent ad470bea
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -70,6 +70,7 @@
- (void)dealloc {
[_attributedString release];
[_attributes release];
[_characterData release];
[_string release];
[super dealloc];
}
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment