mirror of
https://github.com/PurpleI2P/i2pd
synced 2024-11-10 00:00:29 +03:00
Update Win32NetState.h
QueryInterface должна увеличивать счётчик ссылок.
This commit is contained in:
parent
3a2724ec58
commit
9450dc84da
@ -31,6 +31,7 @@ public:
|
||||
} else {
|
||||
Result = E_NOINTERFACE;
|
||||
}
|
||||
AddRef();
|
||||
|
||||
return Result;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user