realm-kotlin
realm-kotlin copied to clipboard
[Frozen Architecture] Native leak memory when closing Realms
Native leak memory in MemoryTests.garbageCollectorShouldFreeNativeResources
It looks like it could be related to circles in our object-graph created through RealmReference: https://github.com/realm/realm-kotlin/pull/314
The garbage collector for the new memory model should be able to detect those cycles now, so should probably be able to reenable the test.