-
Type:
Bug
-
Resolution: Fixed
-
Priority:
P2
-
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.
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.