BennyKJohnson / OpenCloudKit

Open Source CloudKit Framework
MIT License
96 stars 17 forks source link

Fix memory leaks; fix travis file; linux build #17

Closed tdeleon closed 6 years ago

tdeleon commented 6 years ago

Important The session object keeps a strong reference to the delegate until your app exits or explicitly invalidates the session. If you don’t invalidate the session, your app leaks memory until it exits.

BennyKJohnson commented 6 years ago

Thanks for your improvements