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