Skip to content

Commit

Permalink
Removing a trace
Browse files Browse the repository at this point in the history
  • Loading branch information
Brian William Wolter committed Sep 7, 2011
1 parent 496fe68 commit 6d4c370
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/UIKit/TUITableView.m
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,6 @@ - (id)initWithNumberOfRows:(NSUInteger)n sectionIndex:(NSInteger)s tableView:(TU
- (void)dealloc
{
if(rowInfo) free(rowInfo);
NSLog(@"RELEASE HEADER: %@ (%@)", _headerView, _headerView.superview);
[_headerView release];
[super dealloc];
}
Expand Down

0 comments on commit 6d4c370

Please sign in to comment.