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