Details
-
Bug
-
Resolution: Done
-
Not Evaluated
-
5.2.1
-
None
-
windows XP
-
ae5216a58b3f2a5fb2ca6031f28e6fe9d66bd59d
Description
method QAxConnection::Advise contains a string:
pUnk->AddRef();
then the method QAxConnection::Unadvise should contain:
pUnk->Release();
with regards, Dmitry