Sephiroth87 / ODRefreshControl

A pull down to refresh control like the one in Apple's iOS6 Mail App
MIT License
2.14k stars 385 forks source link

Leaking 48 Bytes after a refresh. #7

Closed DavidSkrundz closed 12 years ago

DavidSkrundz commented 12 years ago

While debugging my app and looking for leaks, I discovered that 48 Bytes of data are leaked every time the control refreshes. I have confirmed that I am not the cause by running your demo project and scanning it.

Sephiroth87 commented 12 years ago

Are you sure about this? I run the demo trough Instruments, and didn't find any leak. Can you post me the backtrace for the leak you get?

Sephiroth87 commented 12 years ago

Ok, apparently it's a known 5.1 framework, it happens every time you scroll a UIScrollView, see:

https://devforums.apple.com/message/630695 http://stackoverflow.com/questions/9757956/instruments-show-leak-in-main-m-xcode-4-3-1

So I'm closing this one, it's not related to the control