vcl/source/app/svmain.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 173b2649ee1e3b7db4a2f898dbf74c2d2987ffe5 Author: Noel Grandin <[email protected]> AuthorDate: Fri Aug 17 09:01:34 2018 +0200 Commit: Noel Grandin <[email protected]> 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 <[email protected]> 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 _______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
