Details
Description
Reproduced case:
var blob = new Blob("application/x-binary", new byte[20 * 1000 * 1000]);
var array = new MutableArrayObject();
array.AddBlob(blob);
Attachments
Issue Links
- is cloned by
-
CBL-2110 [Backport] Memory leak when calling MutableArrayObject.AddBlob
-
- Closed
-
Build couchbase-lite-net-2.8.6-2 contains couchbase-lite-net commit 53e2fab with commit message:
CBL-2102