e875c071ec
On Windows, on exit, the backend will deref (and then implicitly start
deletion of) a COM object. This object tries to communicate with an
object in another thread, though it seems this other thread quits before
the main thread in _most_ cases.
To get around this we move the deletion to earlier in the program. While
this is only reported as a Windows issue it makes for more consistent
behavior if all platforms behave the same.
Document and test that recreation of QNI works as expected after the
destruction (and recreation) of QCoreApplication.
Amends:
|
||
---|---|---|
.. | ||
qauthenticator | ||
qdnslookup | ||
qdnslookup_appless | ||
qhostaddress | ||
qhostinfo | ||
qnetworkaddressentry | ||
qnetworkdatagram | ||
qnetworkinformation | ||
qnetworkinformation_appless | ||
qnetworkinterface | ||
qnetworkproxy | ||
qnetworkproxyfactory | ||
CMakeLists.txt |