diff --git a/EGOImageLoader/EGOImageLoadConnection.m b/EGOImageLoader/EGOImageLoadConnection.m index 805a896..706c224 100644 --- a/EGOImageLoader/EGOImageLoadConnection.m +++ b/EGOImageLoader/EGOImageLoadConnection.m @@ -103,6 +103,7 @@ - (void)dealloc { [_connection release]; [_imageURL release]; + [_responseData release]; [super dealloc]; }