mirror of
https://github.com/reactos/wine.git
synced 2025-02-08 05:08:16 +00:00
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…
x
Reference in New Issue
Block a user