mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-02-23 19:49:43 +01:00
[VCM] Log null arg in EnumPins
This commit is contained in:
@@ -468,6 +468,7 @@ HRESULT VideoCaptureProxyFilter::EnumPins(IEnumPins** ppEnum)
|
||||
VERBOSE_LOG;
|
||||
if (!ppEnum)
|
||||
{
|
||||
LOG("EnumPins: null arg provided!");
|
||||
return E_POINTER;
|
||||
}
|
||||
std::unique_lock<std::mutex> lock{ _worker_mutex };
|
||||
|
||||
Reference in New Issue
Block a user