Avoid SolarMutex assertion in a dbgutil build when exiting Impress
Change-Id: I903d078713007920574dcdb780e1dd301ce94bf6
This commit is contained in:
parent
73a508f574
commit
4f27ff9172
@ -79,6 +79,7 @@ namespace
|
||||
ImpTimedRefDev::~ImpTimedRefDev()
|
||||
{
|
||||
OSL_ENSURE(0L == mnUseCount, "destruction of a still used ImpTimedRefDev (!)");
|
||||
const SolarMutexGuard aGuard;
|
||||
delete mpVirDev;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user