Re: [OpenJDK 2D-Dev] [PATCH] memory leak in LCMS.c

2007-11-22 Thread Alexey Ushakov
Yes, I'll look into it. Best Regards, Alexey Phil Race wrote: This should be 2d-dev. Alexey, can you take care of this. thx, -phil. Thomas Fitzsimmons wrote: Hi, Java_sun_java2d_cmm_lcms_LCMS_loadProfile gets its data parameter's byte array elements but does not release them. A fix is a

Re: [OpenJDK 2D-Dev] [PATCH] memory leak in LCMS.c

2007-11-22 Thread Phil Race
This should be 2d-dev. Alexey, can you take care of this. thx, -phil. Thomas Fitzsimmons wrote: Hi, Java_sun_java2d_cmm_lcms_LCMS_loadProfile gets its data parameter's byte array elements but does not release them. A fix is attached. Tom --