mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-01-22 13:27:17 +01:00
Update Win32NetState.h
QueryInterface должна увеличивать счётчик ссылок.
This commit is contained in:
parent
3a2724ec58
commit
9450dc84da
|
@ -31,7 +31,8 @@ public:
|
|||
} else {
|
||||
Result = E_NOINTERFACE;
|
||||
}
|
||||
|
||||
AddRef();
|
||||
|
||||
return Result;
|
||||
}
|
||||
|
||||
|
@ -90,4 +91,4 @@ void SubscribeToEvents() { }
|
|||
void UnSubscribeFromEvents() { }
|
||||
|
||||
#endif // WINVER
|
||||
#endif
|
||||
#endif
|
||||
|
|
Loading…
Reference in a new issue