OpenJDK / jdk / jdk
changeset 56386:5028ccc17275
8225805: Java Access Bridge does not close the logger
Reviewed-by: dmarkov, jdv
author | pbansal |
---|---|
date | Wed, 11 Sep 2019 15:58:27 +0530 |
parents | 7f55aad34ac4 |
children | 7b3101216e61 |
files | src/jdk.accessibility/windows/native/libwindowsaccessbridge/WinAccessBridge.cpp |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/jdk.accessibility/windows/native/libwindowsaccessbridge/WinAccessBridge.cpp Tue Sep 10 21:20:51 2019 +0200 +++ b/src/jdk.accessibility/windows/native/libwindowsaccessbridge/WinAccessBridge.cpp Wed Sep 11 15:58:27 2019 +0530 @@ -296,7 +296,7 @@ PrintDebugString("[INFO]: finished deleting eventHandler, messageQueue, and javaVMs"); PrintDebugString("[INFO]: GOODBYE CRUEL WORLD..."); - + finalizeFileLogger(); DestroyWindow(theDialogWindow); }