Blender Git Commit Log

Git Commits -> Revision b874c15

Revision b874c15 by Germano Cavalcante (master)
May 3, 2021, 22:58 (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: b874c152a81c6c52a17a7157ce7be57f2ee28cf4
Parent Commit: 874c70d
Lines Changed: +9, -4

1 Modified Path:

/source/blender/blenlib/intern/storage.c (+9, -4) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021