Kaydet (Commit) e61465d2 authored tarafından Bjoern Michaelsen's avatar Bjoern Michaelsen

another missing SolarMutex in Writer UNO

Change-Id: Ia9451b3f6180f97fda6ff16c65b5fbfcd17b75ec
üst c20930bf
......@@ -1260,8 +1260,11 @@ SwXFrame::SwXFrame(SwFrameFormat& rFrameFormat, FlyCntType eSet, const ::SfxItem
SwXFrame::~SwXFrame()
{
SolarMutexGuard aGuard;
delete m_pCopySource;
delete pProps;
if(GetRegisteredIn())
GetRegisteredIn()->Remove(this);
}
template<class Interface, class NameLookupIsHard>
......
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