Could someone please help review this one-line fix? This fixes a memory leak in the corner case where `C_GetInterfaceList()` fails after `iList` has been allocated. Thanks, Valerie
--------- - [X] I confirm that I make this contribution in accordance with the [OpenJDK Interim AI Policy](https://openjdk.org/legal/ai). ------------- Commit messages: - 8390076: iList should be free'd after a failed C_GetInterfaceList() call in DEBUG mode Changes: https://git.openjdk.org/jdk/pull/32288/files Webrev: https://webrevs.openjdk.org/?repo=jdk&pr=32288&range=00 Issue: https://bugs.openjdk.org/browse/JDK-8390076 Stats: 1 line in 1 file changed: 1 ins; 0 del; 0 mod Patch: https://git.openjdk.org/jdk/pull/32288.diff Fetch: git fetch https://git.openjdk.org/jdk.git pull/32288/head:pull/32288 PR: https://git.openjdk.org/jdk/pull/32288
