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

Libreoffice Gerrit user logerrit at kemper.freedesktop.org
Fri Aug 17 10:50:32 UTC 2018


 vcl/source/app/svmain.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 173b2649ee1e3b7db4a2f898dbf74c2d2987ffe5
Author:     Noel Grandin <noel at peralex.com>
AuthorDate: Fri Aug 17 09:01:34 2018 +0200
Commit:     Noel Grandin <noel.grandin at collabora.co.uk>
CommitDate: Fri Aug 17 12:50:06 2018 +0200

    fix crash on Windows on assert enabled builds
    
    regression from
        commit 9cceba9a928cf3b3447f293020be2fe76c035ed5
        make DBG_TESTSOLARMUTEX available in assert builds
    
    Change-Id: Ifbedc3c16f341a12ba026fc598fb5386da91c50c
    Reviewed-on: https://gerrit.libreoffice.org/59245
    Tested-by: Jenkins
    Reviewed-by: Noel Grandin <noel.grandin at collabora.co.uk>

diff --git a/vcl/source/app/svmain.cxx b/vcl/source/app/svmain.cxx
index 924d94052397..432d6335db54 100644
--- a/vcl/source/app/svmain.cxx
+++ b/vcl/source/app/svmain.cxx
@@ -493,7 +493,7 @@ void DeInitVCL()
     }
     pSVData->mpDefaultWin.disposeAndClear();
 
-#ifdef DBG_UTIL
+#ifndef NDEBUG
     DbgGUIDeInitSolarMutexCheck();
 #endif
 


More information about the Libreoffice-commits mailing list