Kaydet (Commit) e19474e5 authored tarafından tono's avatar tono

i#109027: mingw port: Fix WeakReference assigment failure using WeakReference::clear()

üst 055bc5c7
......@@ -177,7 +177,7 @@ Interceptor::~Interceptor()
void Interceptor::DisconnectDocHolder()
{
osl::MutexGuard aGuard(m_aMutex);
m_xDocHLocker = uno::Reference< uno::XInterface >();
m_xDocHLocker.clear();
m_pDocH = NULL;
m_xOleAccess = NULL;
}
......
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