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
-