[Libreoffice-commits] core.git: sd/source

Jan Holesovsky kendy at collabora.com
Thu Oct 2 23:20:53 PDT 2014


 sd/source/ui/app/sdxfer.cxx |    2 ++
 1 file changed, 2 insertions(+)

New commits:
commit 2a28668260960c25421eceeeb0d1571b5f47db4b
Author: Jan Holesovsky <kendy at collabora.com>
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 );
 


More information about the Libreoffice-commits mailing list