mirror of
https://github.com/gnif/LookingGlass.git
synced 2024-11-10 00:28:20 +00:00
[host] dxgi: fix unbalanced scope pop
This commit is contained in:
parent
8d7d5ba8fd
commit
9a2638bfa0
@ -92,10 +92,7 @@ static bool downsample_configure(void * opaque,
|
||||
this.disabled = true;
|
||||
|
||||
if (this.disabled)
|
||||
{
|
||||
result = true;
|
||||
goto exit;
|
||||
}
|
||||
return true;
|
||||
|
||||
HRESULT status;
|
||||
comRef_scopePush();
|
||||
|
Loading…
Reference in New Issue
Block a user