-
Notifications
You must be signed in to change notification settings - Fork 808
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 #333
Comments
checking this now. |
Leaks fixed -> f376372 One more leak to fix. Occurs on initial load and on layout change. |
Seems that the final leak is an Apple Bug. Looking for a work around now. |
All leaks fixed. |
thank you. i will test master branch and report back |
@mohammadalijf I have a weird iss that i am looking into however. I use XCode 8.3 Beta, iOS 10.3 and there are no leaks. But When I use Xcode 8.2, iOS 10.2, there are leaks. I am now looking into why there are leaks for iOS 10.2 Xcode 8.2 |
still got UIDeviceRGBColor leak which is somehow normal because swift will cache colors for future usage (mostly instrument bug i guess). i guess we should wait for Xcode 8.3 till we get a totally leak free apps. |
I believe so. |
thank you for such a quick issue fix |
closing issue |
hi, im using your pod in my project to create a simple calendar and im using latest version.
the problem is when i use instrument to check my leaks i've got lots of memory leak from the pod.
i also tried the example project still got memory leaks.
the following screen shot is from profiling the example project.
The text was updated successfully, but these errors were encountered: