mirror of
https://github.com/morgan9e/FreeRDP
synced 2026-04-15 00:44:19 +09:00
Removed duplicated close call
This commit is contained in:
@@ -412,7 +412,6 @@ static int audin_plugin_terminated(IWTSPlugin* pPlugin)
|
||||
|
||||
if (audin->device)
|
||||
{
|
||||
IFCALL(audin->device->Close, audin->device);
|
||||
IFCALL(audin->device->Free, audin->device);
|
||||
audin->device = NULL;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user