You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 23, 2024. It is now read-only.
I found several leaks that prevent the library to work on large databases due to memory warnings and ultimate crash.
In BuildQueryOption of DataServiceQuery you have
you should have:
in initWithUrl of HttpRequest you have:
you should have:
in initWithUrl of objectContext you have:
you should have:
in init of XMLParser you have a tremendous leak !
you should correct it by:
I changed this manually in the version I am using and it now works flawlessly without any memory issues.
Please correct this.
Thanks !!
Joan Lluch-Zorrilla
The text was updated successfully, but these errors were encountered: