[host] dxgi: fix unbalanced scope pop

This commit is contained in:
Geoffrey McRae 2023-11-07 15:46:50 +11:00
parent 8d7d5ba8fd
commit 9a2638bfa0

View File

@ -92,10 +92,7 @@ static bool downsample_configure(void * opaque,
this.disabled = true; this.disabled = true;
if (this.disabled) if (this.disabled)
{ return true;
result = true;
goto exit;
}
HRESULT status; HRESULT status;
comRef_scopePush(); comRef_scopePush();