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