Merge pull request #1555 from zamabuvaraeu/patch-1

Update Win32NetState.h
This commit is contained in:
orignal
2020-10-03 17:15:50 -04:00
committed by GitHub

View File

@@ -31,6 +31,7 @@ public:
} else { } else {
Result = E_NOINTERFACE; Result = E_NOINTERFACE;
} }
AddRef();
return Result; return Result;
} }