зеркало из https://github.com/mozilla/cubeb.git
Review comments: Release the enumerator to avoid a leak.
This commit is contained in:
Родитель
98d4eb3959
Коммит
30cff99dc9
|
@ -946,8 +946,12 @@ HRESULT get_endpoint(IMMDevice ** device, LPCWSTR devid)
|
|||
hr = enumerator->GetDevice(devid, device);
|
||||
if (FAILED(hr)) {
|
||||
LOG("Could not get device: %x\n", hr);
|
||||
SafeRelease(enumerator);
|
||||
return hr;
|
||||
}
|
||||
|
||||
SafeRelease(enumerator);
|
||||
|
||||
return S_OK;
|
||||
}
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче