DInputControllerInterface: Fix crash on shutdown
This commit is contained in:
parent
9feaae1a15
commit
9845f1d76a
|
@ -20,6 +20,8 @@ DInputControllerInterface::DInputControllerInterface() = default;
|
|||
|
||||
DInputControllerInterface::~DInputControllerInterface()
|
||||
{
|
||||
m_controllers.clear();
|
||||
m_dinput.Reset();
|
||||
if (m_dinput_module)
|
||||
FreeLibrary(m_dinput_module);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue