Uploaded image for project: 'Couchbase Lite'
  1. Couchbase Lite
  2. CBL-2102

Memory leak when calling MutableArrayObject.AddBlob

    XMLWordPrintable

Details

    • Bug
    • Resolution: Fixed
    • Major
    • 3.0
    • 2.8.5
    • .NET
    • Security Level: Public
    • None
    • Sandy 50
    • 3

    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

          No reviews matched the request. Check your Options in the drop-down menu of this sections header.

          Activity

            People

              sandy.chuang Sandy Chuang (Inactive)
              sandy.chuang Sandy Chuang (Inactive)
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved:

                Gerrit Reviews

                  There are no open Gerrit changes

                  PagerDuty