mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-16 10:25:36 +08:00
refs #308 Fixed missing CoUninitialize
This commit is contained in:
@@ -40,6 +40,8 @@ namespace BlackSimPlugin
|
|||||||
}
|
}
|
||||||
|
|
||||||
if (m_deviceAddress) m_deviceAddress->Release();
|
if (m_deviceAddress) m_deviceAddress->Release();
|
||||||
|
|
||||||
|
CoUninitialize();
|
||||||
}
|
}
|
||||||
|
|
||||||
HRESULT CDirectPlayPeer::directPlayMessageHandler(DWORD messageId, void *msgBuffer)
|
HRESULT CDirectPlayPeer::directPlayMessageHandler(DWORD messageId, void *msgBuffer)
|
||||||
|
|||||||
Reference in New Issue
Block a user