Commit c6f74e38 authored by Gerald Pfeifer's avatar Gerald Pfeifer Committed by Alexandre Julliard

ole32: Fix return value for CoRevokeMallocSpy.

parent 889900f0
......@@ -501,7 +501,7 @@ HRESULT WINAPI CoRevokeMallocSpy(void)
}
LeaveCriticalSection(&IMalloc32_SpyCS);
return S_OK;
return hres;
}
/******************************************************************************
......
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