Closed mbalex99 closed 8 years ago
Hi @mbalex99 , Memory problem is so bad, could you tell me this happening on which class? And more context about it?Thank you!
It's happening in all the demo controllers
You can out deinit in all demo controllers for TG, MM and SLK and find that deinit is not called.
Thanks for your feedback, there is a retain cycle between ChatViewController and ChatInputViewController, I have fixed it on this commit 141d924bc0aa2d05bdd267f2424691efd09c43df. @mbalex99
Yes thank you so much!!! On Wed, Jun 15, 2016 at 7:20 PM Yinglun Duan notifications@github.com wrote:
Thanks for your feedback, there is a retain cycle between ChatViewController and ChatInputViewController, I have fixed it on this commit 141d924 https://github.com/little2s/NoChat/commit/141d924bc0aa2d05bdd267f2424691efd09c43df. @mbalex99 https://github.com/mbalex99
— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/little2s/NoChat/issues/3#issuecomment-226371790, or mute the thread https://github.com/notifications/unsubscribe/ACFSMVsmkuV0_WCwdoSZgnAiw09mQOvYks5qMLLogaJpZM4I25EU .
Maximilian Alexander mbalex99@gmail.com http://blog.edenmsg.com
Did you push to trunk for cocoapods or should I use this git branch?
This issue happened on Demo project, all of the pods need not to be changed. @mbalex99
Ah I'm sorry I realized just now thank you!
It looks like there's a memory leak somewhere.
If you put
It never gets called in the demo project. There's some memory leak or strong retain cycle