Also lock fAboutWindow before Quit()ting in other apps

This commit is contained in:
John Scipione
2012-12-17 16:46:41 -05:00
parent a4d5ac6a25
commit 7fe8b2bf2a
5 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -185,7 +185,7 @@ CalcView::~CalcView()
free(fKeypadDescription);
// replicant deleted, destroy the about window
if (fAboutWindow != NULL)
if (fAboutWindow != NULL && fAboutWindow->Lock())
fAboutWindow->Quit();
}