On Wed, 9 Mar 2022 22:20:08 GMT, Phil Race <p...@openjdk.org> wrote: >> src/java.desktop/share/native/liblcms/LCMS.c line 765: >> >>> 763: // The profile we used for sanity checking needs to be returned >>> 764: // since the one we updated is raw - not cooked. >>> 765: cmsCloseProfile(p); >> >> Looks like now we close this profile in all branches, so can we do that just >> above the "if (pfSanity == NULL)"? > > Ok
Ok ------------- PR: https://git.openjdk.java.net/jdk/pull/7668