ole32: Fix return value for CoRevokeMallocSpy.

oldstable
Gerald Pfeifer 2010-05-01 22:38:00 +02:00 committed by Alexandre Julliard
parent 889900f020
commit c6f74e386b
1 changed files with 1 additions and 1 deletions

View File

@ -501,7 +501,7 @@ HRESULT WINAPI CoRevokeMallocSpy(void)
}
LeaveCriticalSection(&IMalloc32_SpyCS);
return S_OK;
return hres;
}
/******************************************************************************