Skip to content

Commit

Permalink
Merge pull request enormego#5 from andmej/master.
Browse files Browse the repository at this point in the history
Memory leak with _responseData instance variable of EGOImageLoadConnection
  • Loading branch information
shnhrrsn committed Apr 30, 2011
2 parents c8fbdaa + bca5986 commit a6a340c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions EGOImageLoader/EGOImageLoadConnection.m
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,7 @@ - (void)dealloc {

[_connection release];
[_imageURL release];
[_responseData release];
[super dealloc];
}

Expand Down

0 comments on commit a6a340c

Please sign in to comment.