sspi.cpp contains the gss_export_name function, where at the end some cleanup is done by calling delete. However this should be done more careful, because the function get_full_name which is called in gss_export_name might return NULL, so we better avoid calling delete in this case.
------------- Commit messages: - JDK-8312512 Changes: https://git.openjdk.org/jdk/pull/14989/files Webrev: https://webrevs.openjdk.org/?repo=jdk&pr=14989&range=00 Issue: https://bugs.openjdk.org/browse/JDK-8312512 Stats: 1 line in 1 file changed: 0 ins; 0 del; 1 mod Patch: https://git.openjdk.org/jdk/pull/14989.diff Fetch: git fetch https://git.openjdk.org/jdk.git pull/14989/head:pull/14989 PR: https://git.openjdk.org/jdk/pull/14989