Skip to content

Each successful call of CoInitializeEx (and S_FALSE) must be balanced by a...

Andrea Gianarda requested to merge fix/nightly_builds into release/5.2

Each successful call of CoInitializeEx (and S_FALSE) must be balanced by a corresponding call to CoUninitialize.

Merge request reports