Skip to content

Commit

Permalink
fix in ios7 Issue enormego#33
Browse files Browse the repository at this point in the history
  • Loading branch information
zzz6519003 committed Sep 22, 2013
1 parent 54f84c9 commit fb35cbe
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1050,7 +1050,7 @@ - (void)dealloc {
_captionView=nil;
[_photoViews release], _photoViews=nil;
[_photoSource release], _photoSource=nil;
[_scrollView release], _scrollView=nil;
_scrollView.delegate = nil, [_scrollView release], _scrollView=nil;
[_oldToolBarTintColor release], _oldToolBarTintColor = nil;
[_oldNavBarTintColor release], _oldNavBarTintColor = nil;

Expand Down

0 comments on commit fb35cbe

Please sign in to comment.