win-dshow: Fix incorrect variable used in condition
This commit is contained in:
parent
5c8587eab3
commit
670156db8b
@ -138,7 +138,7 @@ fail:
|
||||
if (key) {
|
||||
RegCloseKey(key);
|
||||
}
|
||||
if (key) {
|
||||
if (subkey) {
|
||||
RegCloseKey(subkey);
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user