sd/source/ui/app/sdxfer.cxx | 2 ++
1 file changed, 2 insertions(+)
New commits:
commit 2a28668260960c25421eceeeb0d1571b5f47db4b
Author: Jan Holesovsky <[email protected]>
Date: Fri Oct 3 08:19:29 2014 +0200
fdo#84617: Guard the destructor with SolarMutex.
The same pattern as introduced elsewhere recently.
Change-Id: Ie7b4fd1ec26d417f63bee26dd336dfc54f4847dc
diff --git a/sd/source/ui/app/sdxfer.cxx b/sd/source/ui/app/sdxfer.cxx
index a3fe2f1..3d89c61 100644
--- a/sd/source/ui/app/sdxfer.cxx
+++ b/sd/source/ui/app/sdxfer.cxx
@@ -110,6 +110,8 @@ SdTransferable::SdTransferable( SdDrawDocument* pSrcDoc,
::sd::View* pWorkView,
SdTransferable::~SdTransferable()
{
+ SolarMutexGuard g;
+
if( mpSourceDoc )
EndListening( *mpSourceDoc );
_______________________________________________
Libreoffice-commits mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits