urlmon: Update reference counter in bsc_from_bctx.
This commit is contained in:
parent
bff64e8578
commit
c29c639cce
@ -83,6 +83,7 @@ IBindStatusCallback *bsc_from_bctx(IBindCtx *bctx)
|
||||
if(holder->callback) {
|
||||
IBindStatusCallback_Release(bsc);
|
||||
bsc = holder->callback;
|
||||
IBindStatusCallback_AddRef(bsc);
|
||||
}
|
||||
|
||||
IBindStatusCallbackEx_Release(&holder->IBindStatusCallbackEx_iface);
|
||||
|
Loading…
x
Reference in New Issue
Block a user