mirror of
https://github.com/gnif/LookingGlass.git
synced 2025-10-13 19:08:11 +00:00
[host] dxgi: fix unbalanced scope pop
This commit is contained in:
@@ -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();
|
||||||
|
Reference in New Issue
Block a user