Skip to content

Commit 38c425d

Browse files
author
Pankaj Bansal
committed
8225805: Java Access Bridge does not close the logger
Reviewed-by: dmarkov, jdv
1 parent 027fdb2 commit 38c425d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/jdk.accessibility/windows/native/libwindowsaccessbridge/WinAccessBridge.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -296,7 +296,7 @@ WinAccessBridge::~WinAccessBridge() {
296296

297297
PrintDebugString("[INFO]: finished deleting eventHandler, messageQueue, and javaVMs");
298298
PrintDebugString("[INFO]: GOODBYE CRUEL WORLD...");
299-
299+
finalizeFileLogger();
300300
DestroyWindow(theDialogWindow);
301301
}
302302

0 commit comments

Comments
 (0)