Blender Git Loki
Git Commits -> Revision ee37819
Revision ee37819 by Germano Cavalcante (cycles_texture_cache) May 6, 2021, 09:25 (GMT) |
Fix (unreported): 'CoInitializeEx' being called without 'CoUninitialize' Problem introduced in {rB1f223b9a}. This was possibly causing random crashes in Blender file browser when compiled with ASAN. Microsoft documents indicate that any call to `CoInitializeEx` must be balanced by a corresponding call to `CoUninitialize`. https://docs.microsoft.com/en-us/windows/win32/api/combaseapi/nf-combaseapi-coinitializeex#remarks |
Commit Details:
Full Hash: ee37819cfbadb504e70565a8da2efe9db6e5dc10
Parent Commit: a650d18
Committed By: Stefan Werner
Lines Changed: +9, -4
1 Modified Path:
/source/blender/blenlib/intern/storage.c (+9, -4) (Diff)