Skip to content

Commit 78c4119

Browse files
committed
Merge pull request realm#1730 from realm/my/fix/memory-leak-in-jni
fix potential memory leak in jni code. and skip copying back to native array to java array if native array has not been changed.
2 parents 3145172 + 85b8d7d commit 78c4119

6 files changed

Lines changed: 292 additions & 182 deletions

File tree

changelog.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
* Fixed a bug making it impossible to convert a field to become required during a migration (#1695).
44
* Fixed a bug making it impossible to read Realms created using primary keys and created by iOS (#1703).
55
* RealmQuery.isNull() and RealmQuery.isNotNull() now throw IllegalArgumentException instead of RealmError if the fieldname is a linked field and the last element is a link (#1693).
6+
* Fixed some memory leaks when an Exception is thrown (#1730).
67

78
0.84.1
89
* Updated Realm Core to 0.94.4

0 commit comments

Comments
 (0)