Reading a JPEG image with an ICC profiles triggers a memory leak

XMLWordPrintable

    • Type: Bug
    • Resolution: Fixed
    • Priority: P2
    • 1.4.0
    • Affects Version/s: 1.4.0
    • Component/s: client-libs
    • None
    • beta2
    • generic
    • solaris_7

      Reading a JPEG image with an ICC profile causes a Java language array to be
      filled in from native code. The array is "pinned" using GetPrimitiveArrayCritical, but it is never unpinned. This will either case
      a memory leak, as copies of the array prolifierate, and/or cause garbage
      collection to halt indefinitely.

            Assignee:
            Daniel Rice (Inactive)
            Reporter:
            Daniel Rice (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported:
              Indexed: