OT Chen
Results
1
issues of
OT Chen
At the videoInput::comInit, https://github.com/ofTheo/videoInput/blob/master/videoInputSrcAndDemos/libs/videoInput/videoInput.cpp#L1451 `comUnInit()` does not check whether the previous `CoInitializeEx` call in `comInit()` is failed or succeeded to call `CoUninitialize`. If the `CoInitializeEx` is failed because thread mode...