ole32: Fix return value for CoRevokeMallocSpy.
This commit is contained in:
parent
889900f020
commit
c6f74e386b
|
@ -501,7 +501,7 @@ HRESULT WINAPI CoRevokeMallocSpy(void)
|
|||
}
|
||||
LeaveCriticalSection(&IMalloc32_SpyCS);
|
||||
|
||||
return S_OK;
|
||||
return hres;
|
||||
}
|
||||
|
||||
/******************************************************************************
|
||||
|
|
Loading…
Reference in New Issue