Forgot a tiny bit in last commit.
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@4562 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
parent
2667a469fb
commit
2eff42f659
|
@ -166,7 +166,7 @@ void CPluginManager::ShutdownPlugins()
|
|||
m_pad[i]->Shutdown();
|
||||
//delete m_pad[i]; Causes crash on stop
|
||||
}
|
||||
m_pad[i] = NULL;
|
||||
//m_pad[i] = NULL;
|
||||
}
|
||||
|
||||
for (int i = 0; i < MAXWIIMOTES; i++)
|
||||
|
|
Loading…
Reference in New Issue