Removed duplicated close call

This commit is contained in:
Armin Novak 2015-01-20 11:39:13 +01:00
parent 3139a412fa
commit 54ec26c758

View File

@ -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;
}