提交 5b7640a3 编写于 作者: M msheppar

8055204: Memory leak in jdk/src/windows/native/java/lang/java_props_md.c

Reviewed-by: rriggs
上级 9f4e104a
......@@ -188,6 +188,7 @@ getJavaIDFromLangID(LANGID langID)
free(elems[index]);
}
} else {
free(ret);
ret = NULL;
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册