Kaydet (Commit) 2a286682 authored tarafından Jan Holesovsky's avatar Jan Holesovsky

fdo#84617: Guard the destructor with SolarMutex.

The same pattern as introduced elsewhere recently.

Change-Id: Ie7b4fd1ec26d417f63bee26dd336dfc54f4847dc
üst 0ad5604c
......@@ -110,6 +110,8 @@ SdTransferable::SdTransferable( SdDrawDocument* pSrcDoc, ::sd::View* pWorkView,
SdTransferable::~SdTransferable()
{
SolarMutexGuard g;
if( mpSourceDoc )
EndListening( *mpSourceDoc );
......
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