mscoree: Fix condition in CorDebug_Release().
Signed-off-by: Andrey Gusev <andrey.goosev@gmail.com> Signed-off-by: Vincent Povirk <vincent@codeweavers.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
parent
f9eb08b45a
commit
1e4c1730fb
|
@ -581,7 +581,7 @@ static ULONG WINAPI CorDebug_Release(ICorDebug *iface)
|
|||
if(This->runtimehost)
|
||||
ICLRRuntimeHost_Release(This->runtimehost);
|
||||
|
||||
if(This->pCallback)
|
||||
if(This->pCallback2)
|
||||
ICorDebugManagedCallback2_Release(This->pCallback2);
|
||||
|
||||
if(This->pCallback)
|
||||
|
|
Loading…
Reference in New Issue