Kaydet (Commit) 89d982ab authored tarafından Stephan Bergmann's avatar Stephan Bergmann

...and avoid SolarMutex deadlock when joining FactoryLoader threads

Change-Id: I6ae206d18dc03f99739ea20c72853db9662924d2
üst faf40b99
......@@ -822,6 +822,7 @@ void SAL_CALL OReportDefinition::disposing()
}
// <--- SYNCHRONIZED
SolarMutexReleaser rel;
for (std::vector< rtl::Reference<salhelper::Thread> >::iterator i(
m_pImpl->m_aFactoryLoaders.begin());
i != m_pImpl->m_aFactoryLoaders.end(); ++i)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment