Commit 1e4c1730 authored by Andrey Gusev's avatar Andrey Gusev Committed by Alexandre Julliard

mscoree: Fix condition in CorDebug_Release().

parent f9eb08b4
......@@ -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)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment