USB: Release wasapi resampler's mutex

Got removed in the clean up.
This commit is contained in:
jackun 2020-11-26 18:26:09 +02:00
parent b8eb4c26ea
commit b5fecc49a3
No known key found for this signature in database
GPG Key ID: 119DB3F1D05A9ED3
1 changed files with 1 additions and 0 deletions

View File

@ -649,6 +649,7 @@ namespace usb_mic
samples_to_read -= samples;
}
resMutex = ReleaseMutex(mMutex);
return (outFrames - (samples_to_read / mDeviceChannels));
}