-
- Downloads
wbemprox: Do not call Release() inside wbemprox_cf_CreateInstance().
The Ubisoft overlay version 135 hot patches and hooks wbem_locator_Release(), but crashes if Release() is called inside CoCreateInstance(), a condition that doesn't appear to happen on Windows. So we try to exhibit the same behavior.
Showing
- dlls/wbemprox/main.c 2 additions, 10 deletionsdlls/wbemprox/main.c
- dlls/wbemprox/services.c 6 additions, 2 deletionsdlls/wbemprox/services.c
- dlls/wbemprox/wbemlocator.c 5 additions, 1 deletiondlls/wbemprox/wbemlocator.c
- dlls/wbemprox/wbemprox_private.h 2 additions, 2 deletionsdlls/wbemprox/wbemprox_private.h
Please register or sign in to comment