Skip to content

Commit

Permalink
修复旧的bug
Browse files Browse the repository at this point in the history
  • Loading branch information
xhzengAIB committed Sep 17, 2014
1 parent b9a0331 commit fd30fa5
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -87,9 +87,9 @@ - (void)viewDidLoad {

- (void)dealloc {
self.dataSource = nil;
self.tableView.delegate = nil;
self.tableView.dataSource = nil;
self.tableView = nil;
_tableView.delegate = nil;
_tableView.dataSource = nil;
_tableView = nil;
}

- (void)didReceiveMemoryWarning {
Expand Down

0 comments on commit fd30fa5

Please sign in to comment.