Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Memory leak with _responseData instance variable of EGOImageLoadConnection #5

Merged
merged 1 commit into from
Apr 30, 2011

Conversation

mejibyte
Copy link
Contributor

@mejibyte mejibyte commented Nov 6, 2010

Hi guys,

My application was reporting a memory leak on Instruments until I finally tracked it down to the _responseData variable of EGOImageLoadConnection. It was not being released.

This commit just releases that variable on the dealloc method. It fixed the memory leak I had in my application.

Thanks for writing such a great library!

…ariable. This was causing a memory leak in my application.
@vkedwardli
Copy link

thx for this commit!! solved my leaks too

@csch
Copy link

csch commented Apr 7, 2011

Way Awesome! Man was that leaking!

shnhrrsn added a commit that referenced this pull request Apr 30, 2011
Memory leak with _responseData instance variable of EGOImageLoadConnection
@shnhrrsn shnhrrsn merged commit a6a340c into enormego:master Apr 30, 2011
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants