...and a buildfix for non-win32

git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@5060 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
j4ck.fr0st
2010-02-14 16:44:16 +00:00
parent cd321feb83
commit 14bb1b5f01
4 changed files with 8 additions and 0 deletions

View File

@ -315,7 +315,9 @@ void DllConfig(HWND _hParent)
allowConfigShow = m_ConfigFrame->ShowModal() == 1 ? true : false;
delete m_ConfigFrame;
#ifdef _WIN32
frame->SetHWND(NULL);
#endif
delete frame;
m_ConfigFrame = 0;
}