Kaydet (Commit) 173b2649 authored tarafından Noel Grandin's avatar Noel Grandin Kaydeden (comit) Noel Grandin

fix crash on Windows on assert enabled builds

regression from
    commit 9cceba9a
    make DBG_TESTSOLARMUTEX available in assert builds

Change-Id: Ifbedc3c16f341a12ba026fc598fb5386da91c50c
Reviewed-on: https://gerrit.libreoffice.org/59245
Tested-by: Jenkins
Reviewed-by: 's avatarNoel Grandin <noel.grandin@collabora.co.uk>
üst c05692cb
...@@ -493,7 +493,7 @@ void DeInitVCL() ...@@ -493,7 +493,7 @@ void DeInitVCL()
} }
pSVData->mpDefaultWin.disposeAndClear(); pSVData->mpDefaultWin.disposeAndClear();
#ifdef DBG_UTIL #ifndef NDEBUG
DbgGUIDeInitSolarMutexCheck(); DbgGUIDeInitSolarMutexCheck();
#endif #endif
......
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