Kaydet (Commit) 4f27ff91 authored tarafından Tor Lillqvist's avatar Tor Lillqvist

Avoid SolarMutex assertion in a dbgutil build when exiting Impress

Change-Id: I903d078713007920574dcdb780e1dd301ce94bf6
üst 73a508f5
......@@ -79,6 +79,7 @@ namespace
ImpTimedRefDev::~ImpTimedRefDev()
{
OSL_ENSURE(0L == mnUseCount, "destruction of a still used ImpTimedRefDev (!)");
const SolarMutexGuard aGuard;
delete mpVirDev;
}
......
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