mirror of
https://github.com/gnif/LookingGlass.git
synced 2025-08-06 10:44:01 +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;
|
||||
|
||||
if (this.disabled)
|
||||
{
|
||||
result = true;
|
||||
goto exit;
|
||||
}
|
||||
return true;
|
||||
|
||||
HRESULT status;
|
||||
comRef_scopePush();
|
||||
|
Reference in New Issue
Block a user