Skip to content

Commit

Permalink
Fixed leak.
Browse files Browse the repository at this point in the history
  • Loading branch information
Igor Sutton committed Sep 2, 2010
1 parent e9a8288 commit 9198f9a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions TKPost.m
Expand Up @@ -309,6 +309,7 @@ - (id)init
- (void)dealloc
{
[text release];
[source release];
[super dealloc];
}

Expand Down

0 comments on commit 9198f9a

Please sign in to comment.