Re: Proposal: Memory leak issue on awt_InputMethod.c

2018-06-27 Thread Phil Race
On 06/27/2018 06:45 AM, Ichiroh Takiguchi wrote: Hello, I should post this mail before starting JDK11 RDP1. Already too too late for that, but although this looks like a bug - and the correct fix - the bug has been there forever .. since JDK 1.2 in 1998 ! That makes it a 20 year old bug,

Proposal: Memory leak issue on awt_InputMethod.c

2018-06-27 Thread Ichiroh Takiguchi
Hello, I should post this mail before starting JDK11 RDP1. I found memory leak issue on awt_InputMethod.c. See src/java.desktop/unix/native/libawt_xawt/awt/awt_InputMethod.c. On line 1117, memory area was allocated by malloc(), but free() is missing ===