Skip to content

Commit

Permalink
Release _transformBlock in -[KJBinding dealloc]
Browse files Browse the repository at this point in the history
  • Loading branch information
kristopherjohnson committed Mar 24, 2012
1 parent 1a1b550 commit ab8ca74
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions KJSimpleBinding/KJBindingManager.m
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ @implementation KJBinding
- (void)dealloc {
[_observerKeyPath release];
[_subjectKeyPath release];
[_transformBlock release];
[super dealloc];
}

Expand Down

0 comments on commit ab8ca74

Please sign in to comment.