mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-01-26 07:45:33 +01:00
Merge pull request #1755 from Armada651/master
Frame: Fix a crash-on-exit on Mac OS X.
This commit is contained in:
commit
9ec4a64c54
@ -577,7 +577,8 @@ void CFrame::OnClose(wxCloseEvent& event)
|
|||||||
else
|
else
|
||||||
{
|
{
|
||||||
// Close the log window now so that its settings are saved
|
// Close the log window now so that its settings are saved
|
||||||
m_LogWindow->Close();
|
if (m_LogWindow)
|
||||||
|
m_LogWindow->Close();
|
||||||
m_LogWindow = nullptr;
|
m_LogWindow = nullptr;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user