8225805: Java Access Bridge does not close the logger

Reviewed-by: dmarkov, jdv
This commit is contained in:
Pankaj Bansal 2019-09-11 15:58:27 +05:30
parent 027fdb2d3b
commit 38c425df73

View File

@ -296,7 +296,7 @@ WinAccessBridge::~WinAccessBridge() {
PrintDebugString("[INFO]: finished deleting eventHandler, messageQueue, and javaVMs");
PrintDebugString("[INFO]: GOODBYE CRUEL WORLD...");
finalizeFileLogger();
DestroyWindow(theDialogWindow);
}