Closed okwasniewski closed 1 month ago
This PR fixes a memory leak that was coming from metalViewRegistry.
metalViewRegistry
Actually, it was never cleared 😅
In this PR I've changed:
_contextId
Before this PR I've noticed some crashes and also metalViewRegistry was filled up with all the views that I've spawned.
nice 😊😊😊
This PR fixes a memory leak that was coming from
metalViewRegistry
.Actually, it was never cleared 😅
In this PR I've changed:
_contextId
of a given view in the update props method_contextId
exists inmetalViewRegistry
and clear it properly.Before this PR I've noticed some crashes and also metalViewRegistry was filled up with all the views that I've spawned.