Skip to content

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

Julien Wadel requested to merge fix/json_depends_master into master

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

Merge request reports