Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Assert if CoUninitialize is called on wrong thread
Every call to CoInitialize on a thread must be paired up with a call to CoUninitialized on that same thread. QComHelper helps ensuring this, but if an object using QComHelper is not created and destroyed on the same thread, we end up in loosing this pairing. This patch helps detecting such issues. Task-number: QTBUG-121495 Change-Id: I07984437d1515d7ef61820d7152c339924b36e4b Reviewed-by: Tor Arne Vestbø <[email protected]>
- Loading branch information