Update Win32NetState.h

QueryInterface должна увеличивать счётчик ссылок.
This commit is contained in:
Эрик Замабувараев‐Ёмолкуу 2020-10-04 03:32:02 +07:00 committed by GitHub
parent 3a2724ec58
commit 9450dc84da
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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