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 Mar 9, 2022. It is now read-only.
RESTResource objects retain their _parent. This made sense at the time, but it leads to refcount cycles in situations where a parent needs to retain a child. This happens in:
CouchServer's reference to _replicationsQuery
CouchDocument's reference to _currentRevision
This is causing memory leaks — the object tree never gets dealloced.
The text was updated successfully, but these errors were encountered:
RESTResource objects retain their _parent. This made sense at the time, but it leads to refcount cycles in situations where a parent needs to retain a child. This happens in:
This is causing memory leaks — the object tree never gets dealloced.
The text was updated successfully, but these errors were encountered: