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:
Andrey Gusev 2019-02-11 19:16:06 +02:00 committed by Alexandre Julliard
parent f9eb08b45a
commit 1e4c1730fb
1 changed files with 1 additions and 1 deletions

View File

@ -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)